about summary refs log tree commit diff
path: root/man/mcom.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-18 17:48:24 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-18 17:48:24 +0200
commit2939be9f34b400fa59cb12c59c2c101c852fea92 (patch)
tree6ba7822a45584666ae967ffe9c070af667576bdf /man/mcom.1
parent01ad9ec927a6ec1b4acbce2a7e3b48135fa794e4 (diff)
downloadmblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.tar.gz
mblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.tar.xz
mblaze-2939be9f34b400fa59cb12c59c2c101c852fea92.zip
mcom: add mfwd command to forward messages
Diffstat (limited to 'man/mcom.1')
-rw-r--r--man/mcom.115
1 files changed, 14 insertions, 1 deletions
diff --git a/man/mcom.1 b/man/mcom.1
index 6e2ce0e..1bee90a 100644
--- a/man/mcom.1
+++ b/man/mcom.1
@@ -3,11 +3,15 @@
 .Os
 .Sh NAME
 .Nm mcom ,
+.Nm mfwd ,
 .Nm mrep
-.Nd compose new, reply to, and send mail
+.Nd compose new, forward, reply to, and send mail
 .Sh SYNOPSIS
 .Nm mcom
 .Op Ar recipient
+.Nm mfwd
+.Op Fl r
+.Op Ar msgs\ ...
 .Nm mrep
 .Ar msg
 .Sh DESCRIPTION
@@ -16,6 +20,15 @@ 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 mfwd
+behaves like
+.Nm mcom
+but fills the draft with subject and body prefilled to forward the messages.
+By default, messages are forwarded verbatim as MIME attachments.
+Use
+.Fl r
+to forward as rendered plain text, using RFC934 message encapsulation.
+.Pp
 .Nm mrep
 behaves like
 .Nm mcom