aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-08-08 22:21:45 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-22 09:30:37 +0200
commit117f99e187e16086c1c43a03d640da3294e9e730 (patch)
tree7cec6d937e31fea03d6244f97eba944ac44e5c40 /doc
parentb12dd9f9263f7c2cf2f91bc3f6f5549ee0165cb1 (diff)
downloadaerc-117f99e187e16086c1c43a03d640da3294e9e730.tar.gz
mark: (un)mark message threads
Mark or unmark the shown message threads. Threads must be available in the message store. Use the -T option for the mark or unmark commands. Can be used in combination with the toggle flag (-t). Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index b5edc320..84bc7751 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -402,7 +402,7 @@ message list, the message in the message viewer, etc).
*-a*: Save all attachments. Individual filenames cannot be specified.
-*mark* [-atv]
+*mark* [-atvT]
Marks messages. Commands will execute on all marked messages instead of the
highlighted one if applicable. The flags below can be combined as needed.
@@ -414,6 +414,8 @@ message list, the message in the message viewer, etc).
*-V*: Same as -v but does not clear existing selection
+ *-T*: Marks the displayed message thread of the selected message.
+
*unmark* [-at]
Unmarks messages. The flags below can be combined as needed.