about summary refs log tree commit diff
path: root/man/mthread.1
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-30 13:28:05 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-30 13:28:05 +0200
commit841984f6453b351efec3953c5b53fc56a6b1d91c (patch)
treea51d98ffa1e00cd8b06ebe678471e02e2a83115b /man/mthread.1
parentef08f99d234da21d0f27dc9c7ca175e2ba3f2588 (diff)
downloadmblaze-841984f6453b351efec3953c5b53fc56a6b1d91c.tar.gz
mblaze-841984f6453b351efec3953c5b53fc56a6b1d91c.tar.xz
mblaze-841984f6453b351efec3953c5b53fc56a6b1d91c.zip
mthread: add optional message support
Diffstat (limited to 'man/mthread.1')
-rw-r--r--man/mthread.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/mthread.1 b/man/mthread.1
index d4fd69f..6ff3495 100644
--- a/man/mthread.1
+++ b/man/mthread.1
@@ -7,6 +7,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl v
+.Op Fl S Ar msg
 .Op Ar msgs\ ...
 .Sh DESCRIPTION
 .Nm
@@ -30,6 +31,15 @@ The options are as follows:
 .Bl -tag -width Ds
 .It Fl v
 Do not prune unresolved Message-IDs at the top-level.
+.It Fl S Ar msg
+Treat
+.Ar msg
+as optional message(s) that will be added to threads only in case they
+are referenced.
+Threads where all messages are optional are suppressed.
+You can use
+.Fl S
+to add outbox folders and complete threads where your replies were missing.
 .El
 .Sh EXIT STATUS
 .Ex -std