X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/125748e4eb5137dae49ed218cd728d988b1e4468..418ee17e8bd250785855ca3f3f1ff0e19331d498:/man/mhbuild.man diff --git a/man/mhbuild.man b/man/mhbuild.man index 88e5dbde..47d9f874 100644 --- a/man/mhbuild.man +++ b/man/mhbuild.man @@ -20,9 +20,8 @@ mhbuild \- translate MIME composition drafts for nmh messages .RB [ \-contentid " | " \-nocontentid ] .RB [ \-verbose " | " \-noverbose ] .RB [ \-disposition " | " \-nodisposition ] -.RB [ \-check " | " \-nocheck ] .RB [ \-headerencoding -.IR encoding-algorithm +.I encoding-algorithm .RB " | " \-autoheaderencoding ] .RB [ \-maxunencoded .IR line-length ] @@ -179,7 +178,7 @@ The file contains default .B mhbuild-convert-text/html and -.BR mhbuild-convert-text/plain +.B mhbuild-convert-text/plain entries. Profile entries can be used to override corresponding .I mhn.defaults entries, as usual. Text converters should limit text line lengths @@ -346,7 +345,7 @@ directives, without causing errors: .nf #off #include -printf("Hello, World!"); +puts("hello, world!"); #pop .fi .RE @@ -728,17 +727,6 @@ This third part will be text/plain /home/foobar/lib/picture.gif .fi .RE -.SS "Integrity Check" -If -.B mhbuild -is given the -.B \-check -switch, then it will also associate an integrity check with each -\*(lqleaf\*(rq content. -This will add a Content-MD5 header field to the content, along with the md5 -sum of the unencoded contents, per RFC 1864. -This may be used by the receiver of the message to verify that the contents -of the message were not changed in transport. .SS "Transfer Encodings" After .B mhbuild @@ -748,15 +736,6 @@ It will check for 8-bit data, long lines, spaces at the end of lines, and clashes with multipart boundaries. It will then choose a transfer encoding appropriate for each content type. .PP -If an integrity check is being associated with each content by using -the -.B \-check -switch, then -.B mhbuild -will encode each content with -a transfer encoding, even if the content contains only 7-bit data. -This is to increase the likelihood that the content is not changed while in -transport. .SS "Invoking mhbuild" Typically, .B mhbuild @@ -867,7 +846,7 @@ directive ::= "#" type "/" subtype [ "<" id ">" ] [ "[" description "]" ] [ "{" disposition "}" ] - [ "*8bit" | "*qp" | "*b64" ] + [ "*8bit" | "*qp" | "*b64" ] [ filename ] EOL @@ -877,7 +856,7 @@ directive ::= "#" type "/" subtype [ "<" id ">" ] [ "[" description "]" ] [ "{" disposition "}" ] - [ "*8bit" | "*qp" | "*b64" ] + [ "*8bit" | "*qp" | "*b64" ] external-parameters EOL @@ -909,7 +888,7 @@ plaintext ::= [ "Content-Description:" [ "(" comment ")" ] [ "[" description "]" ] [ "{" disposition "}" ] - [ "*8bit" | "*qp" | "*b64" ] + [ "*8bit" | "*qp" | "*b64" ] EOL 1*line [ "#" EOL ] @@ -990,13 +969,24 @@ Template for composing contents. (RFC 6531) .SH DEFAULTS .nf +\-noauto +\-autoheaderencoding +\-contentid +\-headers +\-maxunencoded 78 +\-nodisposition +\-norfc934mode +\-noverbose +\-realsize +.SH DEFAULTS (with \-auto) +.nf \-autoheaderencoding \-contentid \-headers \-maxunencoded 78 -\-nocheck \-nodisposition \-norfc934mode \-noverbose \-realsize +\-nodirectives .fi