mcom.1: update wording

pull/93/head
Larry Hynes 6 years ago committed by Leah Neukirchen
parent ab96333725
commit ef51e4c000

@ -6,33 +6,35 @@
.Nm mfwd , .Nm mfwd ,
.Nm mbnc , .Nm mbnc ,
.Nm mrep .Nm mrep
.Nd compose, forward, bounce, reply to, and send mail .Nd compose and send messages
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm mcom .Nm mcom
.Op Ar recipients\ ... .Op Ar recipients\ ...
.Nm mcom .Nm mcom
.Fl r Op draft .Fl r Op draft
.Nm mrep
.Ar msg
.Nm mfwd .Nm mfwd
.Op Fl r .Op Fl r
.Op Ar msgs\ ... .Op Ar msgs\ ...
.Nm mbnc .Nm mbnc
.Ar msg .Ar msg
.Nm mrep
.Ar msg
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm mcom .Nm mcom
creates a new draft mail and opens it in an editor. creates a new draft message and opens it in an editor.
After editing, a loop is started where the user can re-edit, After editing, a loop is started where the user can send,
send or cancel the mail. re-edit or cancel the message.
Use Use
.Sq Nm Fl r .Sq Nm Fl r
to resume the editing of a draft; to resume the editing of a draft;
by default, the last modified draft will be edited. by default, the last modified draft will be edited.
.Pp .Pp
.Nm mrep
creates the draft such that the message will be a reply to
.Ar msg .
.Pp
.Nm mfwd .Nm mfwd
behaves like creates the draft with a subject and body appropriate
.Nm mcom
but creates the draft with a subject and body appropriate
for forwarding the message. for forwarding the message.
By default, messages are forwarded verbatim as MIME By default, messages are forwarded verbatim as MIME
.Sq Li message/rfc822 .Sq Li message/rfc822
@ -41,32 +43,26 @@ Use
.Fl r .Fl r
to forward as to forward as
.Xr mshow 1 .Xr mshow 1
rendered plain text, using RFC934 message encapsulation. rendered plain text, using RFC 934 message encapsulation.
.Pp .Pp
.Nm mbnc .Nm mbnc
behaves like creates the draft from the original
.Nm mcom
but creates the draft from the original
.Ar msg .Ar msg
(including headers) .Pq including headers
and adds a Resent-To header, to which the message will and adds a Resent-To header, to which the message will
be bounced directly. be bounced directly.
.Pp .Po
.Nm mrep
behaves like
.Nm mcom
but creates the draft such that the mail will be a reply to
.Ar msg .
See See
.Xr mmsg 7 .Xr mmsg 7
for the message argument syntax. for the message argument syntax.
.Pc
.Sh MENU COMMANDS .Sh MENU COMMANDS
.Bl -tag -width 2n .Bl -tag -width 2n
.It Ic s .It Ic s
Send the mail. Send the message.
The MIME version will be used when one has been created. The MIME version will be used when one has been created.
.It Ic c .It Ic c
Cancel sending and quit after displaying Cancel sending and quit, after displaying
the filename of the saved draft. the filename of the saved draft.
.It Ic m .It Ic m
Run Run
@ -74,14 +70,14 @@ Run
on the draft, and print the result of on the draft, and print the result of
.Ic mshow -t . .Ic mshow -t .
.It Ic e .It Ic e
Re-run the editor on the draft. Re-edit the draft.
.It Ic d .It Ic d
Delete the draft and quit. Delete the draft and quit.
.El .El
.Sh ENVIRONMENT .Sh ENVIRONMENT
.Bl -tag -width Ds .Bl -tag -width Ds
.It Ev EDITOR .It Ev EDITOR
Editor used to compose mail. Editor used to compose messages.
.It Ev MBLAZE .It Ev MBLAZE
Directory containing mblaze configuration files. Directory containing mblaze configuration files.
(Default: (Default:
@ -94,7 +90,7 @@ Draft messages, kept in current directory.
This can be configured in This can be configured in
.Xr mblaze-profile 5 . .Xr mblaze-profile 5 .
.It Pa ${MBLAZE:-$HOME/.mblaze}/headers .It Pa ${MBLAZE:-$HOME/.mblaze}/headers
Default headers for each mail. Default headers for each message.
.It Pa ${MBLAZE:-$HOME/.mblaze}/signature No or Pa ~/.signature .It Pa ${MBLAZE:-$HOME/.mblaze}/signature No or Pa ~/.signature
Default signature. Default signature.
.El .El

Loading…
Cancel
Save