about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-08-27 10:15:09 +0200
committerLeah Neukirchen <leah@vuxu.org>2019-08-27 10:15:09 +0200
commit48285fe7222c2beb3a84f1ebc6a9b41d9c4c3ed6 (patch)
treea58533270195d91cd7310bf4222118cded92572a /man
parenta4b975e731c2aedcaa08cdd6ffa17530d4c5f6c1 (diff)
downloadmblaze-48285fe7222c2beb3a84f1ebc6a9b41d9c4c3ed6.tar.gz
mblaze-48285fe7222c2beb3a84f1ebc6a9b41d9c4c3ed6.tar.xz
mblaze-48285fe7222c2beb3a84f1ebc6a9b41d9c4c3ed6.zip
man/mcom.1: document defaults for mrep and mbnc
Diffstat (limited to 'man')
-rw-r--r--man/mcom.116
1 files changed, 11 insertions, 5 deletions
diff --git a/man/mcom.1 b/man/mcom.1
index ed2e675..65dae2f 100644
--- a/man/mcom.1
+++ b/man/mcom.1
@@ -1,4 +1,4 @@
-.Dd January 29, 2019
+.Dd August 27, 2019
 .Dt MCOM 1
 .Os
 .Sh NAME
@@ -16,14 +16,14 @@
 .Nm mrep
 .Op Fl noquote
 .Op Fl Ar header Ar values\ ... Fl -
-.Ar msg
+.Op Ar msg
 .Nm mfwd
 .Op Fl r
 .Op Fl Ar header Ar values\ ... Fl -
 .Op Ar msgs\ ...
 .Nm mbnc
 .Op Fl Ar header Ar values\ ... Fl -
-.Ar msg
+.Op Ar msg
 .Sh DESCRIPTION
 .Nm mcom
 creates a new draft message and opens it in an editor.
@@ -36,7 +36,10 @@ by default, the last modified draft will be edited.
 .Pp
 .Nm mrep
 creates the draft such that the message will be a reply to
-.Ar msg .
+.Ar msg
+.Po
+or the current message
+.Pc .
 Unless
 .Fl noquote
 is passed, it will contain the original mail quoted.
@@ -56,7 +59,10 @@ rendered plain text, using RFC 934 message encapsulation.
 .Nm mbnc
 creates the draft from the original
 .Ar msg
-.Pq including headers
+.Po
+or the current message
+.Pc
+including headers,
 and adds a Resent-To header, to which the message will
 be bounced directly.
 .Po