X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fmhbuild.man1;h=1322967f338747ffb28848e051de50b0e8492dc7;hp=32df65184381d3828b13a5ab8f8b7b1277180bf4;hb=32b2354dbaf4bf934936eb5b102a4a3d2fdd209a;hpb=a6e6452e21cb56d1ccd593341e0bdd865e3bcbe5 diff --git a/man/mhbuild.man1 b/man/mhbuild.man1 index 32df651..1322967 100644 --- a/man/mhbuild.man1 +++ b/man/mhbuild.man1 @@ -9,9 +9,8 @@ mhbuild \- translate MIME composition draft .HP 5 .B mhbuild .I file -.RB [ \-contentid " | " \-nocontentid ] .RB [ \-verbose " | " \-noverbose ] -.RB [ \-version ] +.RB [ \-Version ] .RB [ \-help ] .ad .SH DESCRIPTION @@ -252,10 +251,7 @@ By default, will generate a unique \*(lqContent-ID:\*(rq for each directive, corresponding to each message part; however, the user may override this by defining the ID using the \*(lq<\*(rq and \*(lq>\*(rq -characters. The -.B \-nocontentid -switch suppresses creation of all \*(lqContent-ID:\*(rq headers, -even in the top level of the message. +characters. .PP In addition to the various directives, plaintext can be present. Plaintext is gathered, until a directive is found or the draft is @@ -498,10 +494,22 @@ mhlist(1), show(1), mhstore(1), forw(1), .SH DEFAULTS .nf -.RB ` \-contentid ' .RB ` \-noverbose ' .fi .SH CONTEXT If a folder is given, it will become the current folder. The last message selected will become the current message. + +.SH BUGS +Outlook 2002 won't display attachments that have a Content-ID header. +This is a bug in Outlook 2002, not in +.BR mhbuild . +To workaround it, invoke \fIe mhbuild\fP manually at the Whatnow prompt +and edit the draft again thereafter, removing the Content-ID headers. +Then send it. +There used to be a +.B \-nocontentid +switch to prevent Content-ID headers to be inserted, but as it was considerd +wrong to complicate all other MUAs instead of forcing the developers and users +of broken MUAs to fix or change their software, it was removed.