about summary refs log tree commit diff
path: root/man/mcom.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-08-08 16:01:06 +0200
commitd2d687478d055fa0acf2a6452cac324cc6bb54fb (patch)
tree3df33f515b20d38d0dc3fecdee89873603215a84 /man/mcom.1
parentd453a5ac58e7e197e22a73ab9fc7ed24c213e383 (diff)
downloadmblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.gz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.xz
mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.zip
rename mcomp -> mcom, mrepl -> mrep
mcomp is in mtools already.

mfwd will be added in the future.
Diffstat (limited to 'man/mcom.1')
-rw-r--r--man/mcom.177
1 files changed, 77 insertions, 0 deletions
diff --git a/man/mcom.1 b/man/mcom.1
new file mode 100644
index 0000000..5e4a15e
--- /dev/null
+++ b/man/mcom.1
@@ -0,0 +1,77 @@
+.Dd July 22, 2016
+.Dt MCOM 1
+.Os
+.Sh NAME
+.Nm mcom ,
+.Nm mrep
+.Nd compose new, reply to, and send mail
+.Sh SYNOPSIS
+.Nm mcom
+.Op Ar recipient
+.Nm mrep
+.Ar msg
+.Sh DESCRIPTION
+.Nm mcom
+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.
+.Pp
+.Nm mrep
+behaves like
+.Nm mcom
+but fills the draft such that the mail will be a reply to the message
+.Ar msg .
+See
+.Xr mmsg 7
+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.
+.El
+.Sh ENVIRONMENT
+.Bl -tag -width Ds
+.It Ev EDITOR
+Editor used to compose mail.
+.El
+.Sh FILES
+.Bl -tag -width Ds
+.It Pa snd.*
+Draft messages (kept in current directory)
+.It Pa ~/.mblaze/headers
+Default headers for each mail.
+(Put your
+.Sq Li From\&:
+line there.)
+.It Pa ~/.signature
+Default signature.
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh SEE ALSO
+.Xr mmime 1 ,
+.Xr mmsg 7
+.Sh AUTHORS
+.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
+.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/