X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fsend.man;h=d9158c813b415e657c6e96dab2ed69bd7bb9e0da;hb=6ce3e60f25c94b31e5d090ea03dee09d70dc1f7b;hp=0ac8c3ae5f9d4eb391871ab3cdb3180f0a7a6c4f;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/man/send.man b/man/send.man index 0ac8c3a..d9158c8 100644 --- a/man/send.man +++ b/man/send.man @@ -37,6 +37,7 @@ send \- send a message .IR mechanism ] .RB [ \-user .IR username ] +.RB [ \-tls ] .RB [ \-width .IR columns ] .RB [ file @@ -115,7 +116,8 @@ includes the .I x-unix-mode attribute as noted above. A value of .B 1 -suppresses both that and the \*(lqContent-Description\*(rq header, and +suppresses that, puts the file name in the +\*(lqContent-Description\*(rq header, and adds a \*(lqContent-Disposition\*(rq header. A value of .B 2 adds the file @@ -126,7 +128,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 +139,13 @@ 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-Description: VERSION Content-Disposition: attachment; filename="VERSION" -attachformat 2: -Content-Type: text/plain; charset="us-ascii" +Content-Type: text/plain; name="VERSION"; charset="us-ascii" +Content-Description: VERSION Content-Disposition: attachment; filename="VERSION"; modification-date="Mon, 19 Dec 2005 22:39:51 -0600" .fi .PP