diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-08-08 22:21:45 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-22 09:30:37 +0200 |
commit | 117f99e187e16086c1c43a03d640da3294e9e730 (patch) | |
tree | 7cec6d937e31fea03d6244f97eba944ac44e5c40 /doc | |
parent | b12dd9f9263f7c2cf2f91bc3f6f5549ee0165cb1 (diff) | |
download | aerc-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.scd | 4 |
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. |