diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-05-04 14:58:58 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-05-04 14:58:58 +0200 |
commit | 4927d44d5518412c41322721a07ec8c56bdb45f7 (patch) | |
tree | e0fccf7cb7f0ab533e8edee8c5ed7a043335adc7 /man | |
parent | 62da7c59eabcd8c6c8957a414a02efd6bf11d386 (diff) | |
download | mblaze-4927d44d5518412c41322721a07ec8c56bdb45f7.tar.gz mblaze-4927d44d5518412c41322721a07ec8c56bdb45f7.tar.xz mblaze-4927d44d5518412c41322721a07ec8c56bdb45f7.zip |
mthread: add -p to only add parent messages via -S
Diffstat (limited to 'man')
-rw-r--r-- | man/mthread.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/mthread.1 b/man/mthread.1 index cb2c29a..00bef88 100644 --- a/man/mthread.1 +++ b/man/mthread.1 @@ -6,8 +6,7 @@ .Nd arrange messages into discussions .Sh SYNOPSIS .Nm -.Op Fl v -.Op Fl r +.Op Fl vpr .Op Fl S Ar msg .Op Ar msgs\ ... .Sh DESCRIPTION @@ -34,6 +33,10 @@ The options are as follows: .Bl -tag -width Ds .It Fl v Do not prune unresolved Message-IDs at the top-level. +.It Fl p +With +.Fl S , +only add parents, not unrelated subthreads. .It Fl r Sort the top-level threads in reverse order (newest threads first). .It Fl S Ar msg |