mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-03 15:40:32 +00:00
rename mmsg(5) to mmsg(7)
This commit is contained in:
parent
5927a3f2e3
commit
31481f8b85
@ -22,7 +22,7 @@ behaves like
|
||||
but fills the draft such that the mail will be a reply to the message
|
||||
.Ar msg .
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Sh MENU COMMANDS
|
||||
.Bl -tag -width 2n
|
||||
@ -62,7 +62,7 @@ Default signature.
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmime 1 ,
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -20,7 +20,7 @@ flags changes the flags of the given
|
||||
.Ar msgs
|
||||
according to the options.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
The options are as follows:
|
||||
@ -97,7 +97,7 @@ link is updated in all cases, when affected.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Pp
|
||||
.Lk https://cr.yp.to/proto/maildir.html "Using maildir format"
|
||||
.Sh AUTHORS
|
||||
|
@ -13,7 +13,7 @@
|
||||
prints the mail headers of the given
|
||||
.Ar msgs .
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
If no
|
||||
@ -33,7 +33,7 @@ By default, print all headers in normalized form (lowercase and unfolded).
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -15,7 +15,7 @@ on the output of
|
||||
.Xr mshow 1
|
||||
for the given messages.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
When no messages are passed and standard input is from a pipe,
|
||||
@ -40,7 +40,7 @@ displaying the current message if possible.
|
||||
.Xr mscan 1 ,
|
||||
.Xr msetseq 1 ,
|
||||
.Xr mshow 1 ,
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -1,5 +1,5 @@
|
||||
.Dd July 22, 2016
|
||||
.Dt MMSG 5
|
||||
.Dt MMSG 7
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm mmsg
|
@ -11,7 +11,7 @@
|
||||
.Nm
|
||||
prints a one line summary for each message.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
If no
|
||||
@ -45,7 +45,7 @@ A replied-to message
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -13,7 +13,7 @@
|
||||
.Nm
|
||||
prints messages in the mail sequence.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
If no
|
||||
@ -35,7 +35,7 @@ Remove leading indentation from the file names.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -26,7 +26,7 @@ By default,
|
||||
.Nm
|
||||
renders the passed messages to standard output.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
If used interactively and no messages are given,
|
||||
displays the current message.
|
||||
@ -98,7 +98,7 @@ if known.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -13,7 +13,7 @@
|
||||
.Nm
|
||||
sorts mail messages according to various orders.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
If no messages are passed,
|
||||
@ -48,7 +48,7 @@ Sort by message file size.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Sh AUTHORS
|
||||
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
|
||||
.Sh LICENSE
|
||||
|
@ -13,7 +13,7 @@
|
||||
groups messages together in parent/child relationships based on
|
||||
which messages are replies to which others.
|
||||
See
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
for the message argument syntax.
|
||||
.Pp
|
||||
If no messages are passed,
|
||||
@ -34,7 +34,7 @@ Do not prune unresolved Message-IDs at the top-level.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Xr mmsg 5
|
||||
.Xr mmsg 7
|
||||
.Pp
|
||||
.Lk https://www.jwz.org/doc/threading.html "Message threading"
|
||||
.Sh AUTHORS
|
||||
|
Loading…
Reference in New Issue
Block a user