Changes to mexport.1

- 'a MBOXRD' -> 'an MBOXRD'
- 'the' standard (input|output)
- when -> if
- Clarify 'From ' line and '-S' option

Closes: #50 [via git-merge-pr]
pull/51/merge
Larry Hynes 7 years ago committed by Leah Neukirchen
parent 3accd89cbd
commit 3db5847866

@ -10,26 +10,27 @@
.Ar msgs\ ... .Ar msgs\ ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
exports the given messages as a MBOXRD file to standard output. exports the specified messages as an MBOXRD file,
to the standard output.
See See
.Xr mmsg 7 .Xr mmsg 7
for the message argument syntax. for the message argument syntax.
.Pp .Pp
If no If no
.Ar msgs .Ar msgs
are passed, are specified,
.Nm .Nm
reads file names from standard input, reads file names from the standard input,
or uses the mails in the current sequence when used interactively. or uses the mails in the current sequence if used interactively.
.Pp .Pp
.Nm .Nm
uses the uses the
.Sq Li "Return-Path:" .Sq Li "Return-Path:"
(or (or
.Sq Li "X-Envelope-To:" ) .Sq Li "X-Envelope-To:" )
and the and
.Sq Li "Date:" .Sq Li "Date:"
from the message for the headers from the message for the mbox
.Sq Li "From " .Sq Li "From "
line. line.
.Pp .Pp
@ -40,7 +41,9 @@ Add
.Sq Li "Status:" .Sq Li "Status:"
and and
.Sq Li "X-Status:" .Sq Li "X-Status:"
headers according to the Maildir flags. headers according to the
.Ar msgs
Maildir flags.
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std

Loading…
Cancel
Save