diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-08 16:01:06 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-08-08 16:01:06 +0200 |
commit | d2d687478d055fa0acf2a6452cac324cc6bb54fb (patch) | |
tree | 3df33f515b20d38d0dc3fecdee89873603215a84 /README | |
parent | d453a5ac58e7e197e22a73ab9fc7ed24c213e383 (diff) | |
download | mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.gz mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.tar.xz mblaze-d2d687478d055fa0acf2a6452cac324cc6bb54fb.zip |
rename mcomp -> mcom, mrepl -> mrep
mcomp is in mtools already. mfwd will be added in the future.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index 364a694..e85fab2 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ DESCRIPTION mblaze consists of a set of Unix tools that each do one job: maddr(1) to extract addresses from mail magrep(1) to find mails matching a pattern - mcomp(1) to write and send mail + mcom(1) to write and send mail mdeliver(1) to deliver messages or import mailboxes mdirs(1) to find Maildirs mflag(1) to change flags (marks) of mail @@ -24,7 +24,7 @@ DESCRIPTION mlist(1) to list and filter mail messages mmime(1) to create MIME messages mpick(1) to filter mail - mrepl(1) to reply to mail + mrep(1) to reply to mail mscan(1) to generate single line summaries of mail msed(1) to manipulate mail headers mseq(1) to manipulate mail sequences |