You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mblaze/man/mcom.1

108 lines
2.1 KiB
Groff

8 years ago
.Dd July 22, 2016
.Dt MCOM 1
8 years ago
.Os
.Sh NAME
.Nm mcom ,
.Nm mfwd ,
.Nm mrep
.Nd compose new, forward, reply to, and send mail
8 years ago
.Sh SYNOPSIS
.Nm mcom
.Op Ar recipients\ ...
.Nm mcom
.Fl r Op draft
.Nm mfwd
.Op Fl r
.Op Ar msgs\ ...
.Nm mrep
8 years ago
.Ar msg
.Sh DESCRIPTION
.Nm mcom
8 years ago
creates a new draft mail and runs an editor.
After editing, a loop is started where the user can re-edit, send or
cancel the mail.
Use
.Sq Nm Fl r
to resume the editing of a draft.
By default, the last modified draft will be edited.
8 years ago
.Pp
.Nm mfwd
behaves like
.Nm mcom
but fills the draft with a subject and body appropriate for forwarding the messages.
By default, messages are forwarded verbatim as MIME
.Sq Li message/rfc822
attachments.
Use
.Fl r
to forward as
.Xr mshow 1
rendered plain text, using RFC934 message encapsulation.
.Pp
.Nm mrep
8 years ago
behaves like
.Nm mcom
8 years ago
but fills the draft such that the mail will be a reply to the message
.Ar msg .
See
.Xr mmsg 7
8 years ago
for the message argument syntax.
.Sh MENU COMMANDS
.Bl -tag -width 2n
.It Ic s
Send the mail.
The MIME version will be used when one has been created.
.It Ic c
Cancel sending and quit
.Nm
after displaying the file name of the draft.
.It Ic m
Run
.Xr mmime 1
on the draft, and show the result of
.Ic mshow -t .
.It Ic e
Re-run the editor on the draft.
8 years ago
.It Ic d
Delete the draft and quit.
8 years ago
.El
.Sh ENVIRONMENT
.Bl -tag -width Ds
.It Ev EDITOR
Editor used to compose mail.
.It Ev MBLAZE
Directory containing mblaze configuration.
(Default:
.Pa $HOME/.mblaze )
8 years ago
.El
.Sh FILES
.Bl -tag -width Ds
.It Pa snd.*
Draft messages (kept in current directory)
.It Pa ${MBLAZE:-$HOME/.mblaze}/headers
8 years ago
Default headers for each mail.
(Put your
.Sq Li From\&:
line there.)
7 years ago
.It Pa ${MBLAZE:-$HOME/.mblaze}/signature No or Pa ~/.signature
8 years ago
Default signature.
.El
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Xr mmime 1 ,
.Xr mblaze-profile 5 ,
.Xr mmsg 7
8 years ago
.Sh AUTHORS
7 years ago
.An Leah Neukirchen Aq Mt leah@vuxu.org
8 years ago
.Sh LICENSE
.Nm
is in the public domain.
.Pp
To the extent possible under law,
the creator of this work
has waived all copyright and related or
neighboring rights to this work.
.Pp
.Lk http://creativecommons.org/publicdomain/zero/1.0/