.PP
.RS 5
.nf
-comp -use
+comp \-use
.fi
.RE
.PP
.PP
.RS 5
.nf
-comp -use `pick +drafts -to nmh-workers`
+comp \-use `pick +drafts \-to nmh-workers`
.fi
.RE
.PP
.PP
.RS 5
.nf
-send `pick +drafts -to nmh-workers`
+send `pick +drafts \-to nmh-workers`
.fi
.RE
.PP
.\" process 200 messages a day and still get some real work
.\" done." The authors apparently only planned to get
.\" real work done for about 50 days per folder.)
-Nontheless (as noted above)
+Nonetheless (as noted above)
the various scan format strings are inherited
from older MH versions, and are generally hard-coded to 4
digits of message number before formatting problems
.PP
.RS 5
.nf
-#audio/basic |raw2audio -F < /usr/lib/sound/giggle.au
+#audio/basic |raw2audio \-F < /usr/lib/sound/giggle.au
.fi
.RE
.PP
An example entry might be:
.PP
.RS 5
-mhbuild-compose-audio/basic: record | raw2audio -F
+mhbuild-compose-audio/basic: record | raw2audio \-F
.RE
.PP
Because commands like these will vary, depending on the display
#
This third part will be text/plain
#audio/basic [silly giggle] \\
- |raw2audio -F < /usr/lib/sounds/giggle.au
+ |raw2audio \-F < /usr/lib/sounds/giggle.au
#image/gif [photo of foobar] \\
/home/foobar/lib/picture.gif
.fi
mhstore-store-text: %m%P.txt
mhstore-store-text: +inbox
mhstore-store-message/partial: +
-mhstore-store-audio/basic: | raw2audio -e ulaw -s 8000 -c 1 > %m%P.au
+mhstore-store-audio/basic: | raw2audio \-e ulaw \-s 8000 \-c 1 > %m%P.au
mhstore-store-image/jpeg: %m%P.jpg
mhstore-store-application/PostScript: %m%P.ps
.fi
.B prompter
under several names (e.g.,
`rapid') and give appropriate switches in the profile entries
-under these names (e.g., `rapid: -rapid'). This facilitates
+under these names (e.g., `rapid: \-rapid'). This facilitates
invoking prompter differently for different
.B mmh
commands (e.g.,
-`forw: -editor rapid').
+`forw: \-editor rapid').
.PP
Former
.B mutt
If the switch
.B \-nofilter
is given, then the message
-to which you are replying will not be formated and thus not included in
+to which you are replying will not be formatted and thus not included in
the body of the draft.
(It may be added as MIME attachment with
.B \-mime
to the user for editing.
No
.B whatnow
-programm is invoked.
+program is invoked.
No mail is actually sent.
.PP
The
.ta \w'%etcdir%/ExtraBigFileName 'u
^%etcdir%/replcomps~^The standard reply template
^or $HOME/.mmh/replcomps~^Rather than the standard template
-^%etcdir%/replgroupcomps~^The standard `reply -group' template
+^%etcdir%/replgroupcomps~^The standard `reply \-group' template
^or $HOME/.mmh/replgroupcomps~^Rather than the standard template
^%etcdir%/mhl.reply~^The standard message filter
^or $HOME/.mmh/mhl.reply~^Rather than the standard filter
command (part of the StarOffice package) can be used to display
Microsoft Word content, but it uses the suffix to determine how to display
the file. If no suffix is present, the file is not correctly loaded.
-Similarily, older versions of the
+Similarly, older versions of the
.B gs
command append a `.ps' suffix to
the filename if one was missing. As a result, these cannot be used to read
.PP
.RS 5
.nf
-mhshow-show-text/plain: %liconv -f <source-charset>
+mhshow-show-text/plain: %liconv \-f <source-charset>
mhshow-show-message/rfc822: %lshow \-file %F
.fi
.RE
.nf
mhshow-show-audio/basic: raw2audio 2>/dev/null | play
mhshow-show-image: xv %f
-mhshow-show-application/PostScript: lpr -Pps
+mhshow-show-application/PostScript: lpr \-Pps
.fi
.RE
.PP
piping it through:
.PP
.RS 5
-iconv -f '<source-charset>'
+iconv \-f '<source-charset>'
.RE
.PP
Note that if you have a custom `mhshow-show-*' display string, you
For example, to order a folder by date-major, subject-minor, use:
.PP
.RS 5
-sortm -textfield subject +folder
+sortm \-textfield subject +folder
.RE
.SH FILES
fprintf(stderr, "Skipped %sFcc %s: unable to system().\n",
msgstate == resent ? "Resent-" : "", folders);
} else if (status != 0) {
- fprintf(stderr, "%sFcc %s: Problems occured.\n",
+ fprintf(stderr, "%sFcc %s: Problems occurred.\n",
msgstate == resent ? "Resent-" : "", folders);
}
}