diff options
author | Larry Hynes <larry@larryhynes.com> | 2018-02-04 22:38:09 +0000 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2018-02-04 23:39:18 +0100 |
commit | 4be7153f5ff4980383cac68f972bbffb096ec51c (patch) | |
tree | fbaec6fde9e989d538dd12b1dbedf00952f3fdef | |
parent | b4dad686d287092b6d3c7a1d468d298d3526632d (diff) | |
download | mblaze-4be7153f5ff4980383cac68f972bbffb096ec51c.tar.gz mblaze-4be7153f5ff4980383cac68f972bbffb096ec51c.tar.xz mblaze-4be7153f5ff4980383cac68f972bbffb096ec51c.zip |
mthread.1: update wording
Closes: #114 [via git-merge-pr]
-rw-r--r-- | man/mthread.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/mthread.1 b/man/mthread.1 index 8947349..7f0e0f9 100644 --- a/man/mthread.1 +++ b/man/mthread.1 @@ -3,7 +3,7 @@ .Os .Sh NAME .Nm mthread -.Nd thread mail messages +.Nd arrange messages into discussions .Sh SYNOPSIS .Nm .Op Fl v @@ -13,9 +13,11 @@ .Nm groups messages together in parent/child relationships, based on which messages are replies to which others. +.Po See .Xr mmsg 7 for the message argument syntax. +.Pc .Pp If no messages are specified, .Nm @@ -23,7 +25,7 @@ will read filenames from the standard input, or use the default sequence if used interactively. .Pp .Nm -prints the threaded messages one per line, +prints the threaded messages separated by newlines and indented according to their depth in the message tree. Unresolved Message-IDs are printed as-is. .Pp |