From cae3c7d5850a231b94c0d10dd6f8308a28e33d94 Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Sat, 1 Jul 2017 10:21:24 +0100 Subject: Changes to mcom.1 - Delete 'new' in NAME - Change 'runs an editor' - fills -> creates - Be specific that drafts are saved with 'c' option - show -> print - Delete '(Put your `From:' line there.)' - Add note about configuring 'Outbox:' Closes: #47 [via git-merge-pr] --- man/mcom.1 | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'man/mcom.1') diff --git a/man/mcom.1 b/man/mcom.1 index 4edef46..9e6b2ee 100644 --- a/man/mcom.1 +++ b/man/mcom.1 @@ -5,7 +5,7 @@ .Nm mcom , .Nm mfwd , .Nm mrep -.Nd compose new, forward, reply to, and send mail +.Nd compose, forward, reply to, and send mail .Sh SYNOPSIS .Nm mcom .Op Ar recipients\ ... @@ -18,18 +18,19 @@ .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. +creates a new draft mail and opens it in 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. +to resume the editing of a draft; +by default, the last modified draft will be edited. .Pp .Nm mfwd behaves like .Nm mcom -but fills the draft with a subject and body appropriate for forwarding the messages. +but creates the draft with a subject and body appropriate +for forwarding the message. By default, messages are forwarded verbatim as MIME .Sq Li message/rfc822 attachments. @@ -42,7 +43,7 @@ rendered plain text, using RFC934 message encapsulation. .Nm mrep behaves like .Nm mcom -but fills the draft such that the mail will be a reply to the message +but creates the draft such that the mail will be a reply to .Ar msg . See .Xr mmsg 7 @@ -53,13 +54,12 @@ for the message argument syntax. 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. +Cancel sending and quit after displaying +the file name of the saved draft. .It Ic m Run .Xr mmime 1 -on the draft, and show the result of +on the draft, and print the result of .Ic mshow -t . .It Ic e Re-run the editor on the draft. @@ -71,19 +71,18 @@ Delete the draft and quit. .It Ev EDITOR Editor used to compose mail. .It Ev MBLAZE -Directory containing mblaze configuration. +Directory containing mblaze configuration files. (Default: .Pa $HOME/.mblaze ) .El .Sh FILES .Bl -tag -width Ds .It Pa snd.* -Draft messages (kept in current directory) +Draft messages, kept in current directory. +This can be configured in +.Xr mblaze-profile 5 . .It Pa ${MBLAZE:-$HOME/.mblaze}/headers Default headers for each mail. -(Put your -.Sq Li From\&: -line there.) .It Pa ${MBLAZE:-$HOME/.mblaze}/signature No or Pa ~/.signature Default signature. .El -- cgit 1.4.1