Changes to mthread.1

- Sprinkle some commas
- passed -> specified
- 'the' standard input
- 'one per line'
- 'in case' -> 'if'
- Flesh out -S outbox example

Closes: #67 [via git-merge-pr]
pull/69/head
Larry Hynes 7 years ago committed by Leah Neukirchen
parent f4e1b99b51
commit 4d38a9c950

@ -11,20 +11,20 @@
.Op Ar msgs\ ... .Op Ar msgs\ ...
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
groups messages together in parent/child relationships based on groups messages together in parent/child relationships, based on
which messages are replies to which others. which messages are replies to which others.
See See
.Xr mmsg 7 .Xr mmsg 7
for the message argument syntax. for the message argument syntax.
.Pp .Pp
If no messages are passed, If no messages are specified,
.Nm .Nm
will read filenames from standard input, will read filenames from the standard input,
or use the default sequence if used interactively. or use the default sequence if used interactively.
.Pp .Pp
.Nm .Nm
prints the threaded messages line by line, indented according to their prints the threaded messages one per line,
depth in the message tree. indented according to their depth in the message tree.
Unresolved Message-IDs are printed as-is. Unresolved Message-IDs are printed as-is.
.Pp .Pp
The options are as follows: The options are as follows:
@ -34,12 +34,13 @@ Do not prune unresolved Message-IDs at the top-level.
.It Fl S Ar msg .It Fl S Ar msg
Treat Treat
.Ar msg .Ar msg
as optional message(s) that will be added to threads only in case they as optional message(s) that will be added to threads only if they
are referenced. are referenced.
Threads where all messages are optional are suppressed. Threads where all messages are optional are suppressed.
You can use You can use
.Fl S .Fl S
to add outbox folders and complete threads where your replies were missing. to add an outbox folder, for example,
completing threads where your replies were missing.
.El .El
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std

Loading…
Cancel
Save