Document changes to IMAIL version 1.8.
authorChris Hanson <org/chris-hanson/cph>
Fri, 29 Dec 2000 04:01:57 +0000 (04:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 29 Dec 2000 04:01:57 +0000 (04:01 +0000)
v7/doc/imail/imail.texinfo

index 4c16fd0879d64dbb03924aaf827e7dbdbc40377f..cc1848f281043a885c70ddc798f8e89346ce1d94 100644 (file)
@@ -2,7 +2,7 @@
 @iftex
 @finalout
 @end iftex
-@comment $Id: imail.texinfo,v 1.20 2000/12/29 03:56:18 cph Exp $
+@comment $Id: imail.texinfo,v 1.21 2000/12/29 04:01:57 cph Exp $
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename imail.info
 @settitle IMAIL User's Manual
@@ -940,7 +940,7 @@ Another kind of multipart @acronym{MIME} message is the digest message,
 which has type @samp{multipart/@-digest}.  Digest messages are normally
 used by high-volume mailing lists to reduce the number of messages sent
 to the end user; instead the user receives one message containing all of
-the messages from that group in a particular time period, usually a day.
+the messages from that list in a particular time period, usually a day.
 @acronym{IMAIL} can present @acronym{MIME} digest messages in one of two
 formats.  The default format is to show all of the component messages of
 the digest as attachments.  This is particularly useful for large
@@ -956,9 +956,11 @@ shown as specially-formatted abbreviations.  Here is an example:
 
 @example
 @group
-<IMAIL-ATTACHMENT name="foo.doc"
-                  type=application/msword
-                  length=55499>
+<imail-part
+    name="foo.doc"
+    type="application/msword"
+    length="55499"
+    />
 @end group
 @end example