From d2d687478d055fa0acf2a6452cac324cc6bb54fb Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 8 Aug 2016 16:01:06 +0200 Subject: rename mcomp -> mcom, mrepl -> mrep mcomp is in mtools already. mfwd will be added in the future. --- man/mblaze.7 | 4 ++-- man/mcom.1 | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ man/mcomp.1 | 77 ------------------------------------------------------------ man/mrep.1 | 1 + 4 files changed, 80 insertions(+), 79 deletions(-) create mode 100644 man/mcom.1 delete mode 100644 man/mcomp.1 create mode 100644 man/mrep.1 (limited to 'man') diff --git a/man/mblaze.7 b/man/mblaze.7 index 2f3133c..6e30c6b 100644 --- a/man/mblaze.7 +++ b/man/mblaze.7 @@ -20,7 +20,7 @@ consists of a set of Unix tools that each do one job: to extract addresses from mail .It Xr magrep 1 to find mails matching a pattern -.It Xr mcomp 1 +.It Xr mcom 1 to write and send mail .It Xr mdeliver 1 to deliver messages or import mailboxes @@ -43,7 +43,7 @@ to list and filter mail messages to create MIME messages .It Xr mpick 1 to filter mail -.It Xr mrepl 1 +.It Xr mrep 1 to reply to mail .It Xr mscan 1 to generate single line summaries of mail 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/ diff --git a/man/mcomp.1 b/man/mcomp.1 deleted file mode 100644 index 3eb129b..0000000 --- a/man/mcomp.1 +++ /dev/null @@ -1,77 +0,0 @@ -.Dd July 22, 2016 -.Dt MCOMP 1 -.Os -.Sh NAME -.Nm mcomp , -.Nm mrepl -.Nd compose new, reply to, and send mail -.Sh SYNOPSIS -.Nm mcomp -.Op Ar recipient -.Nm mrepl -.Ar msg -.Sh DESCRIPTION -.Nm mcomp -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 mrepl -behaves like -.Nm mcomp -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/ diff --git a/man/mrep.1 b/man/mrep.1 new file mode 100644 index 0000000..04eb765 --- /dev/null +++ b/man/mrep.1 @@ -0,0 +1 @@ +.so man1/mcom.1 -- cgit 1.4.1