diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-01-31 23:45:13 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-01 14:18:23 +0100 |
commit | 1082f7581b7632d1f12942c3638db522747c0fe6 (patch) | |
tree | 0e4deced9f67bbb8fb897a24e5e5d76370ce838f /man | |
parent | 2eb1ac7c10e9cdde13d8cf2bd1d04d3cf1447e67 (diff) | |
download | mblaze-1082f7581b7632d1f12942c3638db522747c0fe6.tar.gz mblaze-1082f7581b7632d1f12942c3638db522747c0fe6.tar.xz mblaze-1082f7581b7632d1f12942c3638db522747c0fe6.zip |
mdeliver.1: update wording
Closes: #93 [via git-merge-pr]
Diffstat (limited to 'man')
-rw-r--r-- | man/mdeliver.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/mdeliver.1 b/man/mdeliver.1 index b8e452b..07bc476 100644 --- a/man/mdeliver.1 +++ b/man/mdeliver.1 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm mdeliver -.Nd deliver message or mailbox into Maildir +.Nd deliver messages or import mbox file .Sh SYNOPSIS .Nm .Op Fl c @@ -22,15 +22,15 @@ .Ar mbox .Sh DESCRIPTION .Nm -adds a message given on standard input -as a new message in the Maildir +adds a message given on the standard input +as a new message in the maildir .Ar dir . .Pp When .Fl M is used, .Nm -will regard standard input as +will regard the standard input as an MBOXRD mailbox, split it on .Dq Li "From " and deliver each message, @@ -38,12 +38,12 @@ decoding it according to the MBOXRD convention. .Nm will set the mtime according to the value of .Sq Li Date\&: -and the Maildir flags according to the value of +and the maildir flags according to the value of .Sq Li Status\&: or .Sq Li X-Status\&: . .Pp -The messages are delivered in a reliable way and use default +The messages are delivered in a reliable way and use the default .Xr umask 2 . .Pp Please note that no syntactical checks are performed @@ -60,7 +60,7 @@ not .Pa new/ (the default). .It Fl v -Print each message filename after delivery. +Print each new message filename after delivery. .It Fl X Ar flg Override the flags of the new message file to be .Ar flg . |