Usually, annotation is performed by the commands
.BR dist ,
.BR forw ,
-.RB "and " repl ,
+and
+.BR repl ,
if they are given the
.B \-anno
switch. This allows you to keep track of your distribution of,
body annotation.
If a
-.BI \-component " field"
+.B \-component
+.I field
is not specified when
.B anno
is invoked,
.IR columns ]
.RB [ \-version ]
.RB [ \-help ]
-.IR addrs " ..."
+.I addrs
+\&...
.SH DESCRIPTION
.B Ap
is a program that parses addresses according to the ARPA
To override the output format used by
.BR ap ,
the
-.BI \-format " string"
+.B \-format
+.I string
or
-.BI \-format " file"
+.B \-format
+.I file
switches are used. This permits individual fields of
the address to be extracted with ease. The string is simply a format
string, and the file is simply a format file. See
.SH "SEE ALSO"
dp(8),
-.IR "Standard for the Format of ARPA Internet Text Messages" " (RFC\-822)"
+.I "Standard for the Format of ARPA Internet Text Messages"
+(RFC\-822)
.SH "DEFAULTS"
.nf
.SH "SEE ALSO"
inc(1), msh(1), pack(1),
-.IR "Proposed Standard for Message Encapsulation" " (RFC\-934)"
+.I "Proposed Standard for Message Encapsulation"
+(RFC\-934)
.SH "DEFAULTS"
.nf
.\" %nmhwarning%
.\" $Id$
.\"
-.\" include the -mh macro file
-.so %etcdir%/tmac.h
-.\"
-.TH COMP %manext1% MH.6.8 [%nmhversion%]
+.TH COMP %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
comp \- compose a message
.SH SYNOPSIS
-.in +.5i
-.ti -.5i
-comp
-\%[+folder] \%[msg]
-.br
-.br
-\%[\-form\ formfile]
-\%[\-use] \%[\-nouse]
-\%[\-file\ file]
-.br
-\%[\-draftfolder\ +folder]
-\%[\-draftmessage\ msg]
-.br
-\%[\-nodraftfolder]
-\%[\-editor\ editor]
-\%[\-noedit]
-.br
-\%[\-whatnowproc\ program] \%[\-nowhatnowproc]
-.br
-\%[\-version]
-\%[\-help]
-.in -.5i
+.HP 5
+.B comp
+.RI [ +folder ]
+.RI [ msgs ]
+.RB [ \-form
+.IR formfile ]
+.RB [ \-use " | " \-nouse ]
+.RB [ \-file
+.IR file ]
+.RB [ \-draftfolder
+.IR +folder ]
+.RB [ \-draftmessage
+.IR msg ]
+.RB [ \-nodraftfolder ]
+.RB [ \-editor
+.IR editor ]
+.RB [ \-noedit ]
+.RB [ \-whatnowproc
+.IR program ]
+.RB [ \-nowhatnowproc ]
+.RB [ \-version ]
+.RB [ \-help ]
.SH DESCRIPTION
-\fIComp\fR is used to create a new message to be mailed. It copies a
+.B Comp
+is used to create a new message to be mailed. It copies a
message form to the draft being composed and then invokes an editor on
-the draft (unless `\-noedit' is given, in which case the initial edit
+the draft (unless
+.B \-noedit
+is given, in which case the initial edit
is suppressed).
-
+.PP
The default message form contains the following elements:
-
+.PP
+.RS 5
.nf
-.in +.5i
-.ne 10
-.eo
-.so %etcdir%/components
-.ec
-.in -.5i
+%components%
.fi
-
-If a file named \*(lqcomponents\*(rq exists in the user's nmh directory,
+.RE
+.PP
+If a file named
+.RI \*(lq components \*(rq
+exists in the user's nmh directory,
it will be used instead of this form. You may specify an alternate
-forms file with the switch `\-form\ formfile'.
-
-You may also start \fIcomp\fR using the contents of an existing message
-as the form. If you supply either a `+folder' or `msg' argument, that
+forms file with the switch
+.B \-form
+.IR formfile .
+.PP
+You may also start
+.B comp
+using the contents of an existing message
+as the form. If you supply either a
+.I +folder
+or
+.I msg
+argument, that
message will be used as the message form. You may not supply both a
-`\-form\ formfile' and a `+folder' or \&`msg' argument. The line of
+.B \-form
+.I formfile
+and a
+.I +folder
+or
+.I msg
+argument. The line of
dashes or a blank line must be left between the header and the body of
the message for the message to be identified properly when it is sent
-(see \fIsend\fR(1)).
-
-The switch `\-use' directs \fIcomp\fR to continue editing an already
-started message. That is, if a \fIcomp\fR (or \fIdist\fR, \fIrepl\fR,
-or \fIforw\fR\0) is terminated without sending the draft, the draft can
-be edited again via \*(lqcomp\ \-use\*(rq.
-
-The `\-file\ file' switch says to use the named file as the message draft.
-
-If the draft already exists, \fIcomp\fR will ask you as to the disposition
-of the draft. A reply of \fBquit\fR will abort \fIcomp\fR, leaving
-the draft intact; \fBreplace\fR will replace the existing draft with
-the appropriate form; \fBlist\fR will display the draft; \fBuse\fR will
-use the draft for further composition; and \fBrefile\ +folder\fR will
-file the draft in the given folder, and give you a new draft with the
-appropriate form. (The `+folder' argument to \fBrefile\fR is required.)
-
-The `\-draftfolder\ +folder' and `\-draftmessage\ msg' switches invoke
-the \fInmh\fR draft folder facility. This is an advanced (and highly
-useful) feature. Consult the \fImh-draft\fR(5) man page for more
-information.
+(see
+.BR send (1)).
+.PP
+The switch
+.B \-use
+directs
+.B comp
+to continue editing an already
+started message. That is, if a
+.B comp
+(or
+.BR dist ,
+.BR repl ,
+or
+.BR forw )
+is terminated without sending the draft, the draft can
+be edited again via
+.RB \*(lq comp
+.BR \-use \*(rq.
+.PP
+The
+.B \-file
+.I file
+switch says to use the named file as the message draft.
+.PP
+If the draft already exists,
+.B comp
+will ask you as to the disposition
+of the draft. A reply of
+.B quit
+will abort
+.BR comp ,
+leaving the draft intact;
+.B replace
+will replace the existing draft with
+the appropriate form;
+.B list
+will display the draft;
+.B use
+will use the draft for further composition; and
+.B refile
+.I +folder
+will file the draft in the given folder, and give you a new draft with the
+appropriate form. (The
+.I +folder
+argument to
+.B refile
+is required.)
+.PP
+The
+.B \-draftfolder
+.I +folder
+and
+.B \-draftmessage
+.I msg
+switches invoke the
+.B nmh
+draft folder facility. This is an advanced (and highly
+useful) feature. Consult the
+.BR mh-draft (5)
+man page for more information.
-The `\-editor\ editor' switch indicates the editor to use for the
-initial edit. Upon exiting from the editor, \fIcomp\fR will invoke
-the \fIwhatnow\fR program. See \fIwhatnow\fR\0(1) for a discussion of
+The
+.B \-editor
+.I editor
+switch indicates the editor to use for the
+initial edit. Upon exiting from the editor,
+.B comp
+will invoke the
+.B whatnow
+program. See
+.BR whatnow (1)
+for a discussion of
available options. The invocation of this program can be inhibited
-by using the `\-nowhatnowproc' switch. (In truth of fact, it is
-the \fIwhatnow\fR program which starts the initial edit. Hence,
-`\-nowhatnowproc' will prevent any edit from occurring.)
-.Fi
+by using the
+.B \-nowhatnowproc
+switch. (In truth of fact, it is
+the
+.I whatnow
+program which starts the initial edit. Hence,
+.B \-nowhatnowproc
+will prevent any edit from occurring.)
+
+.SH FILES
+.fc ^ ~
+.nf
+.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u
^%etcdir%/components~^The standard message skeleton
^or <mh\-dir>/components~^Rather than the standard skeleton
^$HOME/\&.mh\(ruprofile~^The user profile
^<mh\-dir>/draft~^The draft file
-.Pr
+
+.SH "PROFILE COMPONENTS"
+.fc ^ ~
+.nf
+.ta 2.4i
+.ta \w'ExtraBigProfileName 'u
^Path:~^To determine the user's nmh directory
-.Ps
^Draft\-Folder:~^To find the default draft\-folder
-.Ps
^Editor:~^To override the default editor
-.Ps
^Msg\-Protect:~^To set mode when creating a new message (draft)
-.Ps
^fileproc:~^Program to refile the message
-.Ps
^whatnowproc:~^Program to ask the \*(lqWhat now?\*(rq questions
-.Sa
+
+.SH "SEE ALSO"
dist(1), forw(1), repl(1), send(1), whatnow(1), mh-profile(5)
-.De
-`+folder' defaults to the current folder
-.Ds
-`msg' defaults to the current message
-.Ds
-`\-nodraftfolder'
-.Ds
-`\-nouse'
-.Co
+
+.SH "DEFAULTS"
+.nf
+.RB ` +folder "' defaults to the current folder"
+.RB ` msg "' defaults to the current message"
+.RB ` \-nodraftfolder '
+.RB ` \-nouse '
+
+.SH CONTEXT
None
-.Bu
-If \fIwhatnowproc\fR is \fIwhatnow\fR, then \fIcomp\fR uses a built\-in
-\fIwhatnow\fR, it does not actually run the \fIwhatnow\fR program.
-Hence, if you define your own \fIwhatnowproc\fR, don't call it
-\fIwhatnow\fR since \fIcomp\fR won't run it.
-.En
+
+.SH BUGS
+If
+.I whatnowproc
+is
+.BR whatnow ,
+then
+.B comp
+uses a built\-in
+.BR whatnow ,
+it does not actually run the
+.B whatnow
+program.
+Hence, if you define your own
+.IR whatnowproc ,
+don't call it
+.B whatnow
+since
+.B comp
+won't run it.
.\" %nmhwarning%
.\" $Id$
.\"
-.\" include the -mh macro file
-.so %etcdir%/tmac.h
-.\"
-.TH CONFLICT %manext8% MH.6.8 [%nmhversion%]
+.TH CONFLICT %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
conflict \- search for alias/password conflicts
.SH SYNOPSIS
-.in +.5i
-.ti -.5i
-%libdir%/conflict
-\%[\-search\ directory]
-.br
-\%[\-mail\ name]
-\%[aliasfiles...]
-\%[\-version]
-\%[\-help]
-.in -.5i
+.HP 5
+.B %libdir%/conflict
+.RB [ \-search
+.IR directory ]
+.RB [ \-mail
+.IR name ]
+.RI [ aliasfiles
+\&...]
+.RB [ \-version ]
+.RB [ \-help ]
.SH DESCRIPTION
-\fIConflict\fR is a program that checks to see if the interface between
-\fInmh\fR and transport system is in good shape
-
-\fIConflict\fR also checks for maildrops in %mailspool% which do not
+.B Conflict
+is a program that checks to see if the interface between
+.B nmh
+and the transport system is in good shape
+.PP
+.B Conflict
+also checks for maildrops in %mailspool% which do not
belong to a valid user. It assumes that no user name will start with
`.', and thus ignores files in %mailspool% which begin with `.'. It also
-checks for entries in the \fIgroup\fR\0(5) file which do not belong
+checks for entries in the
+.BR group (5)
+file which do not belong
to a valid user, and for users who do not have a valid group number.
In addition duplicate users and groups are noted.
-
-If the `\-mail\ name' switch is used, then the results will be sent
-to the specified \fIname\fR. Otherwise, the results are sent to the
-standard output.
-
-The `\-search\ directory' switch can be used to search directories
+.PP
+If the
+.B \-mail
+.I name
+switch is used, then the results will be sent
+to the specified
+.IR name .
+Otherwise, the results are sent to the standard output.
+.PP
+The
+.B \-search
+.I directory
+switch can be used to search directories
other than %mailspool% and to report anomalies in those directories.
-The `\-search\ directory' switch can appear more than one time in an
-invocation to \fIconflict\fR.
+The
+.B \-search
+.I directory
+switch can appear more than one time in an
+invocation to
+.BR conflict .
+.PP
+.B Conflict
+should be run under
+.BR cron (8),
+or whenever system accounting takes place.
-\fIConflict\fR should be run under \fIcron\fR\0(8), or whenever system
-accounting takes place.
-.Fi
+.SH FILES
+.fc ^ ~
+.nf
+.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u
^%etcdir%/mts.conf~^nmh mts configuration file
^/etc/passwd~^List of users
^/etc/group~^List of groups
^%bindir%/mhmail~^Program to send mail
^%mailspool%/~^Directory of mail drop
-.Pr
+
+.SH "PROFILE COMPONENTS"
None
-.Sa
+
+.SH "SEE ALSO"
mh\-alias(5)
-.De
-`aliasfiles' defaults to %etcdir%/MailAliases
-.Co
+
+.SH "DEFAULTS"
+.nf
+.RB ` aliasfiles "' defaults to %etcdir%/MailAliases"
+
+.SH CONTEXT
None
-.En
.\" %nmhwarning%
.\" $Id$
.\"
-.\" include the -mh macro file
-.so %etcdir%/tmac.h
-.\"
-.TH DIST %manext1% MH.6.8 [%nmhversion%]
+.TH DIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
dist \- redistribute a message to additional addresses
.SH SYNOPSIS
-.in +.5i
-.ti -.5i
-dist
-\%[+folder] \%[msg]
-\%[\-annotate] \%[\-noannotate]
-.br
-\%[\-inplace] \%[\-noinplace]
-\%[\-form\ formfile]
-.br
-\%[\-draftfolder\ +folder] \%[\-draftmessage\ msg]
-.br
-\%[\-nodraftfolder]
-\%[\-editor\ editor] \%[\-noedit]
-.br
-\%[\-whatnowproc\ program] \%[\-nowhatnowproc]
-.br
-\%[\-version]
-\%[\-help]
-.in -.5i
+.HP 5
+.B dist
+.RI [ +folder ]
+.RI [ msgs ]
+.RB [ \-form
+.IR formfile ]
+.RB [ \-annotate " | " \-noannotate ]
+.RB [ \-inplace " | " \-noinplace ]
+.RB [ \-draftfolder
+.IR +folder ]
+.RB [ \-draftmessage
+.IR msg ]
+.RB [ \-nodraftfolder ]
+.RB [ \-editor
+.IR editor ]
+.RB [ \-noedit ]
+.RB [ \-whatnowproc
+.IR program ]
+.RB [ \-nowhatnowproc ]
+.RB [ \-version ]
+.RB [ \-help ]
.SH DESCRIPTION
-\fIDist\fR is similar to \fIforw\fR. It prepares the specified message
+.B Dist
+is similar to
+.BR forw .
+It prepares the specified message
for redistribution to addresses that (presumably) are not on the original
address list.
-
+.PP
The default message form contains the following elements:
-
+.PP
+.RS 5
.nf
-.in +.5i
-.ne 10
-.eo
-.so %etcdir%/distcomps
-.ec
-.in -.5i
+%distcomps%
.fi
-
-If a file named \*(lqdistcomps\*(rq exists in the user's nmh directory, it
+.RE
+.PP
+If a file named
+.RI \*(lq distcomps \*(rq
+exists in the user's nmh directory, it
will be used instead of this default form. You may specify an alternate
-forms file with the switch `\-form\ formfile'. The form used will be
-prepended to the message being resent.
-
-If the draft already exists, \fIdist\fR will ask you as to the disposition
-of the draft. A reply of \fBquit\fR will abort \fIdist\fR, leaving the
-draft intact; \fBreplace\fR will replace the existing draft with a blank
-skeleton; and \fBlist\fR will display the draft.
-
-Only those addresses in \*(lqResent\-To:\*(rq, \*(lqResent\-cc:\*(rq,
-and \*(lqResent\-Bcc:\*(rq will be sent. Also, a
-\*(lqResent\-Fcc:\ folder\*(rq will be honored (see \fIsend\fR\0(1)).
-Note that with \fIdist\fR, the draft should contain only
-\*(lqResent\-xxx:\*(rq fields and no body. The headers and the body of
+forms file with the switch
+.B \-form
+.IR formfile .
+The form used will be prepended to the message being resent.
+.PP
+If the draft already exists,
+.B dist
+will ask you as to the disposition of the draft. A reply of
+.B quit
+will abort
+.BR dist ,
+leaving the draft intact;
+.B replace
+will replace the existing draft with a blank skeleton; and
+.B list
+will display the draft.
+.PP
+Only those addresses in
+.RI \*(lq Resent\-To: \*(rq,
+.RI \*(lq Resent\-cc: \*(rq,
+and
+.RI \*(lq Resent\-Bcc: \*(rq
+will be sent. Also, a
+.RI \*(lq "Resent\-Fcc: folder" \*(rq
+will be honored (see
+.BR send (1)).
+Note that with
+.BR dist ,
+the draft should contain only
+.RI \*(lq Resent\-xxx: \*(rq
+fields and no body. The headers and the body of
the original message are copied to the draft when the message is sent.
Use care in constructing the headers for the redistribution.
-
-If the `\-annotate' switch is given, the message being distributed will
+.PP
+If the
+.B \-annotate
+switch is given, the message being distributed will
be annotated with the lines:
- Resent:\ date
- Resent:\ addrs
+ Resent: date
+ Resent: addrs
where each address list contains as many lines as required. This
annotation will be done only if the message is sent directly from
-\fIdist\fR. If the message is not sent immediately from \fIdist\fR,
-\*(lqcomp \-use\*(rq may be used to re\-edit and send the constructed
+.BR dist .
+If the message is not sent immediately from
+.BR dist ,
+.RB \*(lq comp
+.BR \-use \*(rq
+may be used to re\-edit and send the constructed
message, but the annotations won't take place. Normally annotations are
done inplace in order to preserve any links to the message. You may use
-the '\-noinplace' switch to change this.
-
-See \fIcomp\fR\0(1) for a description of the `\-editor' and `\-noedit'
+the
+.B \-noinplace
+switch to change this.
+.PP
+See
+.BR comp (1)
+for a description of the
+.B \-editor
+and
+.B \-noedit
switches. Note that while in the editor, the message being resent
is available through a link named \*(lq@\*(rq (assuming the default
-\fIwhatnowproc\fR\0). In addition, the actual pathname of the message is
-stored in the environment variable \fB$editalt\fR, and the pathname of
+.IR whatnowproc ).
+In addition, the actual pathname of the message is
+stored in the environment variable
+.BR $editalt ,
+and the pathname of
the folder containing the message is stored in the environment variable
-\fB$mhfolder\fR.
-
-The `\-draftfolder\ +folder' and `\-draftmessage\ msg' switches invoke
-the \fInmh\fR draft folder facility. This is an advanced (and highly
-useful) feature. Consult the \fImh-draft\fR(5) man page for more
-information.
+.BR $mhfolder .
+.PP
+The
+.B \-draftfolder
+.I +folder
+and
+.B \-draftmessage
+.I msg
+switches invoke the
+.B nmh
+draft folder facility. This is an advanced (and highly
+useful) feature. Consult the
+.BR mh-draft (5)
+man page for more information.
+.PP
+Upon exiting from the editor,
+.B dist
+will invoke the
+.B whatnow
+program. See
+.BR whatnow (1)
+for a discussion of available options. The invocation of this
+program can be inhibited by using the
+.B \-nowhatnowproc
+switch. (In truth of fact, it is the
+.B whatnow
+program which starts the initial edit. Hence,
+.B \-nowhatnowproc
+will prevent any edit from occurring.)
-Upon exiting from the editor, \fIdist\fR will invoke the \fIwhatnow\fR
-program. See \fIwhatnow\fR\0(1) for a discussion of available
-options. The invocation of this program can be inhibited by using the
-`\-nowhatnowproc' switch. (In truth of fact, it is the \fIwhatnow\fR
-program which starts the initial edit. Hence, `\-nowhatnowproc' will
-prevent any edit from occurring.)
-.Fi
+.SH FILES
+.fc ^ ~
+.nf
+.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u
^%etcdir%/distcomps~^The standard message skeleton
^or <mh\-dir>/distcomps~^Rather than the standard skeleton
^$HOME/\&.mh\(ruprofile~^The user profile
^<mh\-dir>/draft~^The draft file
-.Pr
+
+.SH "PROFILE COMPONENTS"
+.fc ^ ~
+.nf
+.ta 2.4i
+.ta \w'ExtraBigProfileName 'u
^Path:~^To determine the user's nmh directory
-.Ps
^Current\-Folder:~^To find the default current folder
-.Ps
^Draft\-Folder:~^To find the default draft\-folder
-.Ps
^Editor:~^To override the default editor
-.Ps
^fileproc:~^Program to refile the message
-.Ps
^whatnowproc:~^Program to ask the \*(lqWhat now?\*(rq questions
-.Sa
+
+.SH "SEE ALSO"
comp(1), forw(1), repl(1), send(1), whatnow(1)
-.De
-`+folder' defaults to the current folder
-.Ds
-`msg' defaults to cur
-.Ds
-`\-noannotate'
-.Ds
-`\-nodraftfolder'
-.Ds
-`\-inplace'
-.Co
+.SH DEFAULTS
+.RB ` +folder "' defaults to the current folder"
+.RB ` msg "' defaults to cur"
+.RB ` \-noannotate '
+.RB ` \-nodraftfolder '
+.RB ` \-inplace '
+
+.SH CONTEXT
If a folder is given, it will become the current folder. The message
distributed will become the current message.
-.Hi
-\fIDist\fR originally used headers of the form \*(lqDistribute\-xxx:\*(rq
-instead of \*(lqResent\-xxx:\*(rq. In order to conform with the ARPA
-Internet standard, RFC\-822, the \*(lqResent\-xxx:\*(rq form is now used.
-\fIDist\fR will recognize \*(lqDistribute\-xxx:\*(rq type headers and
-automatically convert them to \*(lqResent\-xxx:\*(rq.
-.Bu
-\fIDist\fR does not \fIrigorously\fR check the message being distributed
-for adherence to the transport standard, but \fIpost\fR called by
-\fIsend\fR does. The \fIpost\fR program will balk (and rightly so) at
-poorly formatted messages, and \fIdist\fR won't correct things for you.
-If \fIwhatnowproc\fR is \fIwhatnow\fR, then \fIdist\fR uses a built\-in
-\fIwhatnow\fR, it does not actually run the \fIwhatnow\fR program.
-Hence, if you define your own \fIwhatnowproc\fR, don't call it
-\fIwhatnow\fR since \fIdist\fR won't run it.
+.SH HISTORY
+.B Dist
+originally used headers of the form
+.RI \*(lq Distribute\-xxx: \*(rq
+instead of
+.RI \*(lq Resent\-xxx: \*(rq.
+In order to conform with the ARPA Internet standard, RFC\-822, the
+.RI \*(lq Resent\-xxx: \*(rq
+form is now used.
+.B Dist
+will recognize
+.RI \*(lq Distribute\-xxx: \*(rq
+type headers and automatically convert them to
+.RI \*(lq Resent\-xxx: \*(rq.
+.SH BUGS
+.B Dist
+does not rigorously check the message being distributed
+for adherence to the transport standard, but
+.B post
+called by
+.B send
+does. The
+.B post
+program will balk (and rightly so) at poorly formatted messages, and
+.B dist
+won't correct things for you.
+.PP
+If
+.I whatnowproc
+is
+.BR whatnow ,
+then
+.B comp
+uses a built\-in
+.BR whatnow ,
+it does not actually run the
+.B whatnow
+program.
+Hence, if you define your own
+.IR whatnowproc ,
+don't call it
+.B whatnow
+since
+.B comp
+won't run it.
+.PP
If your current working directory is not writable, the link named
\*(lq@\*(rq is not available.
-.En
.\" %nmhwarning%
.\" $Id$
.\"
-.\" include the -mh macro file
-.so %etcdir%/tmac.h
-.\"
-.TH DP %manext8% MH.6.8 [%nmhversion%]
+.TH DP %manext8% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
dp \- parse dates 822-style
.SH SYNOPSIS
-.in +.5i
-.ti -.5i
-%libdir%/dp
-\%[\-form\ formatfile]
-.br
-\%[\-format\ string]
-\%[\-width\ columns]
-dates\ ...
-.br
-\%[\-version]
-\%[\-help]
-.in -.5i
+.HP 5
+.B %libdir%/dp
+.RB [ \-form
+.IR formatfile ]
+.RB [ \-format
+.IR string ]
+.RB [ \-width
+.IR columns ]
+.RB [ \-version ]
+.RB [ \-help ]
+.I dates
+\&...
.SH DESCRIPTION
-\fIDp\fR is a program that parses dates according to the ARPA Internet
-standard.
+.B Dp
+is a program that parses dates according to the ARPA Internet standard.
It also understands many non\-standard formats,
such as those produced by TOPS\-20 sites and some UNIX sites using
-\fIctime\fR(3).
-It is useful for seeing how \fInmh\fR will interpret a date.
-
-The \fIdp\fR program treats each argument as a single date,
+.BR ctime (3).
+It is useful for seeing how
+.B nmh
+will interpret a date.
+.PP
+The
+.B dp
+program treats each argument as a single date,
and prints the date out in the official 822\-format.
Hence, it is usually best to enclose each argument in double\-quotes for the
shell.
-
-To override the output format used by \fIdp\fR,
-the `\-format\ string' or `\-format\ file' switches are used.
+.PP
+To override the output format used by
+.BR dp ,
+the
+.B \-format
+.I string
+or
+.B \-format
+.I file
+switches are used.
This permits individual fields of the address to be extracted with ease.
The string is simply a format string and the file is simply a format file.
-See \fImh\-format\fR(5) for the details.
-
-Here is the default format string used by \fIdp\fR:
-
+See
+.BR mh\-format (5)
+for the details.
+.PP
+Here is the default format string used by
+.BR dp :
+.PP
+.RS 5
.nf
-.ti +.5i
%<(nodate{text})error: %{text}%|%(putstr(pretty{text}))%>
.fi
-
+.RE
+.PP
which says that if an error was detected, print the error, a `:',
and the date in error.
Otherwise, output the 822\-proper format of the date.
-.Fi
+
+.SH FILES
+.fc ^ ~
+.nf
+.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u
^$HOME/\&.mh\(ruprofile~^The user profile
-.Pr
+
+.SH "PROFILE COMPONENTS"
None
-.Sa
-ap(8)
-.br
-\fIStandard for the Format of ARPA Internet Text Messages\fR (RFC\-822)
-.De
-`\-format' default as described above
-.Ds
-`\-width' default to the width of the terminal
-.Co
+
+.SH "SEE ALSO"
+ap(8),
+.I "Standard for the Format of ARPA Internet Text Messages"
+(RFC\-822)
+
+.SH "DEFAULTS"
+.nf
+.RB ` \-format "' default as described above"
+.RB ` \-width "' default to the width of the terminal"
+
+.SH CONTEXT
None
-.Bu
-The argument to the `\-format' switch must be interpreted as a single token
-by the shell that invokes \fIdp\fR.
-Therefore,
-one must usually place the argument to this switch inside double\-quotes.
-.En
+
+.SH BUGS
+The argument to the
+.B \-format
+switch must be interpreted as a single token by the shell that invokes
+.BR dp .
+Therefore, one must usually place the argument to this switch inside double\-quotes.
.\" %nmhwarning%
.\" $Id$
.\"
-.\" include the -mh macro file
-.so %etcdir%/tmac.h
-.\"
-.TH FLIST %manext1% MH.6.8 [%nmhversion%]
+.TH FLIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
flist, flists \- list the number of messages in given sequence(s)
.SH SYNOPSIS
-.in +.5i
-.ti -.5i
-flist
-\%[+folder1 [+folder2 ...]]
-.br
-\%[\-sequence\ name1 [\-sequence\ name2 ...]]
-.br
-\%[\-all] \%[\-noall]
-\%[\-showzero] \%[\-noshowzero]
-.br
-\%[\-recurse] \%[\-norecurse]
-\%[\-alpha] \%[\-noalpha]
-.br
-\%[\-fast] \%[\-nofast]
-\%[\-version]
-\%[\-help]
-
-.ti .5i
-flists is equivalent to flist -all
-.in -.5i
+.HP 5
+.B flist
+.RI [ +folder1
+.RI [ +folder2
+\&...]]
+.RB [ \-sequence
+.I name1
+.RB [ \-sequence
+.I name2
+\&...]]
+.RB [ \-all " | " \-noall ]
+.RB [ \-showzero " | " \-noshowzero ]
+.RB [ \-recurse " | " \-norecurse ]
+.RB [ \-alpha " | " \-noalpha ]
+.RB [ \-fast " | " \-nofast ]
+.RB [ \-version ]
+.RB [ \-help ]
+
+.PP
+.HP 5
+.B flists
+is equivalent to
+.B flist -all
.SH DESCRIPTION
-This program is used to search a list of folders and display the number
+.B Flist
+is used to search a list of folders and display the number
of messages in these folders that are in a given sequence or set of
-sequences (for example the \*(lqunseen\*(rq sequence). This is especially
-useful if you use some mechanism such as \fIslocal\fP or \fIprocmail\fP
-(typically in conjunction with \fIrcvstore\fP) to pre-sort your mail into
-different folders before you view it.
-
-By default, the command \fIflist\fR will search the current folder for
-the given sequence or sequences (usually \*(lqunseen\*(rq). If (possibly
-multiple) folders are specified on the command line with `+folder', then
-all these folders are searched for the given sequence(s). \fIFlist\fR will
-display for each folder searched, the number of messages in each of the
+sequences (for example the
+.RI \*(lq unseen \*(rq
+sequence). This is especially
+useful if you use some mechanism such as
+.B slocal
+or
+.B procmail
+(typically in conjunction with
+.BR rcvstore )
+to pre-sort your mail into different folders before you view it.
+.PP
+By default, the command
+.B flist
+will search the current folder for the given sequence or sequences (usually
+.RI \*(lq unseen \*(rq).
+If (possibly multiple) folders are specified on the command line with
+.IR +folder ,
+then all these folders are searched for the given sequence(s).
+.B Flist
+will display for each folder searched, the number of messages in each of the
specified sequences, and the total number of messages.
-
-The option `\-sequence' is used to specify the name of a sequence in
+.PP
+The option
+.B \-sequence
+is used to specify the name of a sequence in
which to search for. This option may be used multiple times to specify
multiple sequences. If this is not given, then the default is to search
-for all the sequences specified by the "Unseen-Sequence" profile component.
-For more details about sequences, read the mh\-sequence(5) man page.
-
-Typically, \fIflist\fR will produce a line for each sequence, for every
+for all the sequences specified by the
+.RI \*(lq Unseen-Sequence \*(rq
+profile component. For more details about sequences, read the
+.BR mh\-sequence (5)
+man page.
+.PP
+Typically,
+.B flist
+will produce a line for each sequence, for every
folder that is searched, even those which do not contain any messages in
-the given sequence. Specifying `\-noshowzero' will cause \fIflist\fR to
-print only those folder/sequence combinations such the folder has a non-zero
+the given sequence. Specifying
+.B \-noshowzero
+will cause
+.B flist
+to print only those folder/sequence combinations such the folder has a non-zero
number of messages in the given specified sequence.
-
-If `\-recurse' is given, then for each folder that is search, \fIflist\fR
+.PP
+If
+.B \-recurse
+is given, then for each folder that is search,
+.B flist
will also recursively descend into those folders to search subfolders
for the given sequence.
-
-If `\-fast' is given, only the names of the folders searched will
-be displayed, and \fIflist\fR will suppress all other output. If this
-option is used in conjunction with `\-noshowzero', then \fIflist\fR will
-only print the names of those folders searched that contain messages in
+.PP
+If
+.B \-fast
+is given, only the names of the folders searched will be displayed, and
+.B flist
+will suppress all other output. If this option is used in conjunction with
+.BR \-noshowzero ,
+then
+.B flist
+will only print the names of those folders searched that contain messages in
in at least one of the specified sequences.
-.Uh "Multiple Folders"
-If the option `\-all' is given (and no folders are specified with
-`+folder'), then \fIflist\fR will search all the folders in the top
+.SS "Multiple Folders"
+If the option
+.B \-all
+is given (and no folders are specified with
+.IR +folder ),
+then
+.B flist
+will search all the folders in the top
level of the users nmh directory. These folders are all preceded by
-the read\-only folders, which occur as \*(lqatr\-cur\-\*(rq entries
-in the user's \fInmh\fR context.
-
-An example of the output of `flist \-all' is:
-
+the read\-only folders, which occur as
+.RI \*(lq atr\-cur\- \*(rq
+entries in the user's
+.B nmh
+context.
+.PP
+An example of the output of
+.B flist
+.B \-all
+is:
+.PP
+.RS 5
.nf
-.if t .in +.5i
-.ta \w'/rnd/phyl/Mail/EP 'u +\w'ddd 'u +\w'new out of 'u +\w'ddd 'u
/work/Mail has 5 in sequence unseen (private); out of 46
inbox+ has 10 in sequence unseen ; out of 153
junklist has 0 in sequence unseen ; out of 63
postmaster has 1 in sequence unseen ; out of 3
-.re
-.if t .in -.5i
.fi
-
-The \*(lq+\*(rq after inbox indicates that it is the current folder.
-
+.RE
+.PP
+The \*(lq+\*(rq after
+.I inbox
+indicates that it is the current folder.
+.PP
The \*(lqprivate\*(rq flag indicates that the given sequence for
-that folder is private. See the mh\-sequence(5) man page for details
-about private sequences.
-
-If the option `\-all' and `+folder' are both specified, then \fIflist\fR
+that folder is private. See the
+.BR mh\-sequence (5)
+man page for details about private sequences.
+.PP
+If the option
+.B \-all
+and
+.I +folder
+are both specified, then
+.B flist
will search this folder, and all its first level subfolders for the
given sequence. You may specify multiple folders in this way.
-
-If \fIflist\fR is invoked by a name ending with \*(lqs\*(rq
-(e.g., \fIflists\fR\0), then the switch `\-all' is assumed by
-default.
-
-The sorting order for the listing is alphabetical (with '\-alpha'),
-or in a priority order defined by the Flist-Order profile entry (with
-'\-noalpha'). Each item in the Flist-Order is a folder name or a
+.PP
+If
+.B flist
+is invoked by a name ending with \*(lqs\*(rq
+(e.g.
+.BR flists ),
+then the switch
+.B \-all
+is assumed by default.
+.PP
+The sorting order for the listing is alphabetical (with
+.BR \-alpha ),
+or in a priority order defined by the
+.RI \*(lq Flist-Order \*(rq
+profile entry (with
+.BR \-noalpha ).
+Each item in the
+.RI \*(lq Flist-Order \*(rq
+is a folder name or a
folder name pattern that uses * to match zero or more characters.
Longer matching patterns have precedence over shorter matching patterns.
For example:
-
+.PP
+.RS 5
.nf
Flist-Order: personal petproject mh* * admin *junk
.fi
-
+.RE
+.PP
This order puts a few interesting folders first, such as those with mail
addressed to you personally, those about a pet project, and those about
mh-related things. It places uninteresting folders at the end, and it
puts everything else in the middle in alphabetical order.
-.Fi
+
+.SH FILES
+.fc ^ ~
+.nf
+.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u
^$HOME/\&.mh\(ruprofile~^The user profile
-.Pr
+
+.SH "PROFILE COMPONENTS"
+.fc ^ ~
+.nf
+.ta 2.4i
+.ta \w'ExtraBigProfileName 'u
^Path:~^To determine the user's nmh directory
-.Ps
^mh-sequences:~^File that contains public sequences
-.Ps
^Unseen-Sequence:~^The name of the unseen message sequence
-.Ps
^Flist-Order:~^To sort folders by priority
-.Sa
+
+.SH "SEE ALSO"
folder(1), rcvstore(1), slocal(1), mh\-sequence(5)
-.De
-`-sequence' defaults to Unseen-Sequence profile entry
-.Ds
-`\-showzero'
-.Ds
-`\-noall'
-.Ds
-`\-norecurse'
-.Ds
-`\-noalpha'
-.Ds
-`\-nofast'
-.Co
-If `+folder' is given, it will become the current folder.
+
+.SH "DEFAULTS"
+.nf
+.RB ` -sequence "' defaults to Unseen-Sequence profile entry"
+.RB ` \-showzero '
+.RB ` \-noall '
+.RB ` \-norecurse '
+.RB ` \-noalpha '
+.RB ` \-nofast '
+
+.SH CONTEXT
+If
+.I +folder
+is given, it will become the current folder.
If multiple folders are given, the last one specified will
become the current folder.
-.En
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH FOLDER %manext1% MH.6.8 [%nmhversion%]
+.TH FOLDER %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
folder, folders \- set/list current folder/message
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH FORW %manext1% MH.6.8 [%nmhversion%]
+.TH FORW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
forw \- forward messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH INC %manext1% MH.6.8 [%nmhversion%]
+.TH INC %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
inc \- incorporate new mail
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MARK %manext1% MH.6.8 [%nmhversion%]
+.TH MARK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mark \- manipulate message sequences
.SH SYNOPSIS
.so %etcdir%/tmac.h
.\"
.if '\*(ZZ'-man' \{\
-.TH MH-CHART %manext1% MH.6.8 [%nmhversion%]
+.TH MH-CHART %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mh-chart \- Chart of nmh Commands
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHBUILD %manext1% MH.6.8 [%nmhversion%]
+.TH MHBUILD %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhbuild \- translate MIME composition draft
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHL %manext1% MH.6.8 [%nmhversion%]
+.TH MHL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhl \- produce formatted listings of nmh messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHLIST %manext1% MH.6.8 [%nmhversion%]
+.TH MHLIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhlist \- list information about MIME messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHMAIL %manext1% MH.6.8 [%nmhversion%]
+.TH MHMAIL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhmail \- send or read mail
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHN %manext1% MH.6.8 [%nmhversion%]
+.TH MHN %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhn \- display/list/store/cache MIME messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHPARAM %manext1% MH.6.8 [%nmhversion%]
+.TH MHPARAM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhparam \- print nmh profile components
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHPATH %manext1% MH.6.8 [%nmhversion%]
+.TH MHPATH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhpath \- print full pathnames of nmh messages and folders
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHSHOW %manext1% MH.6.8 [%nmhversion%]
+.TH MHSHOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhshow \- display MIME messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MHSTORE %manext1% MH.6.8 [%nmhversion%]
+.TH MHSTORE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
mhstore \- store contents of MIME messages into files
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MSGCHK %manext1% MH.6.8 [%nmhversion%]
+.TH MSGCHK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
msgchk \- check for messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH MSH %manext1% MH.6.8 [%nmhversion%]
+.TH MSH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
msh \- nmh shell (and BBoard reader)
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH NEXT %manext1% MH.6.8 [%nmhversion%]
+.TH NEXT %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
next \- show the next message
.SH SYNOPSIS
.so %etcdir%/tmac.h
.\"
.if '\*(ZZ'-man' \{\
-.TH NMH %manext1% MH.6.8 [%nmhversion%]
+.TH NMH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
nmh \- new MH message system
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH PACKF %manext1% MH.6.8 [%nmhversion%]
+.TH PACKF %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
packf \- pack messages in nmh folder into a single file
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH PICK %manext1% MH.6.8 [%nmhversion%]
+.TH PICK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
pick \- search for messages by content
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH PREV %manext1% MH.6.8 [%nmhversion%]
+.TH PREV %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
prev \- show the previous message
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH PROMPTER %manext1% MH.6.8 [%nmhversion%]
+.TH PROMPTER %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
prompter \- prompting editor front-end for nmh
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RCVDIST %manext1% MH.6.8 [%nmhversion%]
+.TH RCVDIST %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rcvdist \- asynchronously redistribute new mail
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RCVPACK %manext1% MH.6.8 [%nmhversion%]
+.TH RCVPACK %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rcvpack \- append message to file
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RCVSTORE %manext1% MH.6.8 [%nmhversion%]
+.TH RCVSTORE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rcvstore \- asynchronously incorporate mail into a folder
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RCVTTY %manext1% MH.6.8 [%nmhversion%]
+.TH RCVTTY %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rcvtty \- report new mail
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH REFILE %manext1% MH.6.8 [%nmhversion%]
+.TH REFILE %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
refile \- file message in other folders
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH REPL %manext1% MH.6.8 [%nmhversion%]
+.TH REPL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
repl \- reply to a message
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RMF %manext1% MH.6.8 [%nmhversion%]
+.TH RMF %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rmf \- remove an nmh folder
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH RMM %manext1% MH.6.8 [%nmhversion%]
+.TH RMM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
rmm \- remove messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SCAN %manext1% MH.6.8 [%nmhversion%]
+.TH SCAN %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
scan \- produce a one line per message scan listing
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SEND %manext1% MH.6.8 [%nmhversion%]
+.TH SEND %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
send \- send a message
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SENDFILES %manext1% MH.6.8 [%nmhversion%]
+.TH SENDFILES %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
sendfiles \- send multiple files via a MIME message
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SHOW %manext1% MH.6.8 [%nmhversion%]
+.TH SHOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
show \- show (display) messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SLOCAL %manext1% MH.6.8 [%nmhversion%]
+.TH SLOCAL %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
slocal \- asynchronously filter and deliver new mail
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH SORTM %manext1% MH.6.8 [%nmhversion%]
+.TH SORTM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
sortm \- sort messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH VMH %manext1% MH.6.8 [%nmhversion%]
+.TH VMH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
vmh \- visual front-end to nmh
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH WHATNOW %manext1% MH.6.8 [%nmhversion%]
+.TH WHATNOW %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
whatnow \- prompting front-end for sending messages
.SH SYNOPSIS
.\" include the -mh macro file
.so %etcdir%/tmac.h
.\"
-.TH WHOM %manext1% MH.6.8 [%nmhversion%]
+.TH WHOM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
.SH NAME
whom \- report to whom a message would go
.SH SYNOPSIS