man/send.man: added name= portion to Content-Type
authorDavid Levine <levinedl@acm.org>
Wed, 8 Dec 2010 16:47:03 +0000 (10:47 -0600)
committerDavid Levine <levine@atto.(none)>
Wed, 8 Dec 2010 16:48:43 +0000 (10:48 -0600)
headers to reflect 2006-10-24 change to uip/sendsbr.c.
That change allowed mhstore to use the (file)name when
extracting attachments.

ChangeLog
man/send.man

index 7fdb84b..1345dce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-08  David Levine <levinedl@acm.org>
+
+       * man/send.man: added name= portion to Content-Type
+         headers to reflect 2006-10-24 change to uip/sendsbr.c.
+         That change allowed mhstore to use the (file)name when
+         extracting attachments.
+
 2010-11-12  Peter Maydell <pmaydell@chiark.greenend.org.uk>
 
        * man/slocal.man: fix formatting error that meant a
index 0ac8c3a..e75583e 100644 (file)
@@ -126,7 +126,7 @@ messages at the
 .I whatnow
 prompt.
 .PP
-Here are example message part headers for each of the
+Here are example message part headers, for an attachment, for each of the
 .B -attachformat
 values:
 .PP
@@ -137,11 +137,11 @@ Content-Type: text/plain; name="VERSION"; x-unix-mode="0644";
 Content-Description: ASCII text 
 
 -attachformat 1:
-Content-Type: text/plain; charset="us-ascii"
+Content-Type: text/plain; name="VERSION"; charset="us-ascii"
 Content-Disposition: attachment; filename="VERSION"
 
 -attachformat 2:
-Content-Type: text/plain; charset="us-ascii"
+Content-Type: text/plain; name="VERSION"; charset="us-ascii"
 Content-Disposition: attachment; filename="VERSION"; modification-date="Mon, 19 Dec 2005 22:39:51 -0600"
 .fi
 .PP