From 2939be9f34b400fa59cb12c59c2c101c852fea92 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 18 Jun 2017 17:48:24 +0200 Subject: mcom: add mfwd command to forward messages --- man/mcom.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'man/mcom.1') 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 -- cgit 1.4.1