From 20dbca31df3ce9b0cebfb5977607d9c3ef0d86d7 Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 8 Dec 2010 10:47:03 -0600 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ man/send.man | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fdb84b..1345dce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-12-08 David Levine + + * 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 * man/slocal.man: fix formatting error that meant a diff --git a/man/send.man b/man/send.man index 0ac8c3a..e75583e 100644 --- a/man/send.man +++ b/man/send.man @@ -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 -- 1.7.10.4