diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-05-04 14:45:07 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-05-04 14:45:07 +0200 |
commit | 62da7c59eabcd8c6c8957a414a02efd6bf11d386 (patch) | |
tree | 3168f5c8eede2bf94f68d135ca13142cc8667d7b /man | |
parent | a5c77c71bcb7d90f19887733717d9b27cb444a80 (diff) | |
download | mblaze-62da7c59eabcd8c6c8957a414a02efd6bf11d386.tar.gz mblaze-62da7c59eabcd8c6c8957a414a02efd6bf11d386.tar.xz mblaze-62da7c59eabcd8c6c8957a414a02efd6bf11d386.zip |
mthread: add -r to reverse top-level order
Diffstat (limited to 'man')
-rw-r--r-- | man/mthread.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mthread.1 b/man/mthread.1 index 7f0e0f9..cb2c29a 100644 --- a/man/mthread.1 +++ b/man/mthread.1 @@ -1,4 +1,4 @@ -.Dd July 22, 2016 +.Dd May 4, 2020 .Dt MTHREAD 1 .Os .Sh NAME @@ -7,6 +7,7 @@ .Sh SYNOPSIS .Nm .Op Fl v +.Op Fl r .Op Fl S Ar msg .Op Ar msgs\ ... .Sh DESCRIPTION @@ -33,6 +34,8 @@ The options are as follows: .Bl -tag -width Ds .It Fl v Do not prune unresolved Message-IDs at the top-level. +.It Fl r +Sort the top-level threads in reverse order (newest threads first). .It Fl S Ar msg Treat .Ar msg |