nocomponent flag don't output \*(lqcomponent: \*(rq for this
component
center flag center component on line (works for
- one\-line components only)
+ one-line components only)
nocenter flag don't center
leftadjust flag strip off leading whitespace on each
line of text
.PP
specifies a list of components which are never output.
.PP
-The component \*(lqMessageName\*(rq (case\-insensitive) will output the
+The component \*(lqMessageName\*(rq (case-insensitive) will output the
actual message name (file name) preceded by the folder name if one is
specified or found in the environment. The format is identical to that
produced by the
the ignore list. If this component is not specified, an ignore list is
not needed since all non-specified components will be ignored.
.PP
-If \*(lqnocomponent\*(rq is NOT specified, then the component name will
+If \*(lqnocomponent\*(rq is
+.I not
+specified, then the component name will
be output as it appears in the format file.
.PP
The default format file is:
.PP
The \*(lqformat\*(rq flag specifies that this component will be run through
the filter program specified by the
-.IR formatproc
+.I formatproc
profile entry. This filter program is expected to read data on standard
input and output data on standard output. Currently the \*(lqformat\*(rq
flag is only supported for the \*(lqbody\*(rq component. The component
name will be prefixed to the output
-.IR after
+.I after
the filter has been run. The expected use of this is to filter a message
body to create more pleasing text to use in a reply message.
A suggested filter to use for
-.IR repl(1)
+.IR repl (1)
is as follows:
.PP
.RS 5
.nf
.ta \w'%nmhetcdir%/ExtraBigFileName 'u
^%nmhetcdir%/mhl.format~^The message template
-^or <mh\-dir>/mhl.format~^Rather than the standard template
-^$HOME/.mh\(ruprofile~^The user profile
+^or <mh-dir>/mhl.format~^Rather than the standard template
+^$HOME/.mh_profile~^The user profile
.fi
.SH "PROFILE COMPONENTS"
.fc ^ ~
.nf
.ta 2.4i
.ta \w'ExtraBigProfileName 'u
-^moreproc:~^Program to use as interactive front\-end
+^moreproc:~^Program to use as interactive front-end
^formatproc:~^Program to use as a filter for components that
^^have the \*(lqformat\*(rq flag set.
.fi
None
.SH BUGS
There should be some way to pass `bell' and `clear' information to the
-front\-end.
+front-end.
.PP
The \*(lqnonewline\*(rq option interacts badly with \*(lqcompress\*(rq
and \*(lqsplit\*(rq.