X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/96fcb662f974ca2c8c27428469a204da7c59089e..94187a80bd60baab4b9c4b949ad820d730578123:/man/mhfixmsg.man?ds=sidebyside diff --git a/man/mhfixmsg.man b/man/mhfixmsg.man index 1b871827..5dd12bf1 100644 --- a/man/mhfixmsg.man +++ b/man/mhfixmsg.man @@ -1,9 +1,9 @@ -.TH MHFIXMSG %manext1% "March 23, 2017" "%nmhversion%" -.\" +.TH MHFIXMSG %manext1% 2016-11-08 "%nmhversion%" +. .\" %nmhwarning% -.\" +. .SH NAME -mhfixmsg \- rewrite nmh MIME messages with various transformations +mhfixmsg \- nmh's MIME-email rewriter with various transformations .SH SYNOPSIS .HP 5 .na @@ -13,7 +13,7 @@ mhfixmsg \- rewrite nmh MIME messages with various transformations .RI [ +folder ] .RI [ msgs " | " .IR "absolute pathname" " | " -.RB \-file +.B \-file .IR file ] .RB [ \-decodetext 8bit|7bit|binary | @@ -116,9 +116,9 @@ Charset conversions require that .B nmh be built with .IR iconv (3); -see the -.BR mhparam (1) -man page for how determine whether your +see +.IR mhparam (1) +for how determine whether your .B nmh installation includes that. To convert text parts other than text/plain, an external program can @@ -340,7 +340,7 @@ immediately after a successful invocation of One approach could be based on: .PP .RS 5 -msgs=`inc -format '%(msg)'` && [ -n "$msgs" ] && scan $msgs && \ +msgs=\`inc -format '%(msg)'\` && [ -n "$msgs" ] && scan $msgs && \ mhfixmsg -nochangecur $msgs .RE .PP @@ -371,7 +371,7 @@ could be called on the message after it is stored. .ta \w'\-fixboundary 'u PATH = %bindir%:$PATH LANG = en_US.utf8 -MAILDIR = `mhparam path` +MAILDIR = \`mhparam path\` #### The Backups directory is relative to MAILDIR. MKSTEMP = 'mkstemp -directory Backups -prefix mhfixmsg' MHFIXMSG = 'mhfixmsg -noverbose -file - -outfile -' @@ -379,7 +379,7 @@ STORE = %nmhlibexecdir%/rcvstore :0 w: nmh-workers/procmail.$LOCKEXT * ^TOnmh-workers@nongnu.org -| tee `$MKSTEMP` | $MHFIXMSG | $STORE +nmh-workers +| tee \`$MKSTEMP\` | $MHFIXMSG | $STORE +nmh-workers .fi .RE .SH "EXAMPLES" @@ -461,7 +461,7 @@ can be run on each message separately, e.g., using a Bourne shell loop: .PP .RS .nf -for msg in `pick +folder`; do mhfixmsg +folder $msg; done +for msg in \`pick +folder\`; do mhfixmsg +folder $msg; done .fi .RE .PP @@ -498,7 +498,7 @@ is checked. .fc ^ ~ .nf .ta \w'%nmhetcdir%/mhn.defaults 'u -^$HOME/\&.mh\(ruprofile~^The user profile +^$HOME/.mh_profile~^The user profile ^%nmhetcdir%/mhn.defaults~^Default mhfixmsg conversion entries .fi .SH "PROFILE COMPONENTS"