aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2019-12-18 06:34:09 +0100
committerDrew DeVault <sir@cmpwn.com>2019-12-21 09:27:54 -0500
commit709d4e1e5951e8bdf5cb4638f4d0995a8a053dc7 (patch)
treecacdb06b16e3fb9e2b3e7f9f576e464d5b4b51b4 /doc
parent1ba9f0da1945671370740a484c0e2c0ac69bf4fd (diff)
docs: mark command
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index e76b519..ecfb5d9 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -246,6 +246,23 @@ message list, the message in the message viewer, etc).
*-p*: Make any directories in the path that do not exist
+*mark* [-atv]
+ Marks messages. Commands will execute on all marked messages instead of the
+ highlighted one if applicable. The flags below can be combined as needed.
+
+ *-a*: Apply to all messages in the current folder
+
+ *-t*: toggle the mark state instead of marking a message
+
+ *-v*: Enter / leave visual mark mode
+
+*unmark* [-at]
+ Unmarks messages. The flags below can be combined as needed.
+
+ *-a*: Apply to all messages in the current folder
+
+ *-t*: toggle the mark state instead of unmarking a message
+
## MESSAGE COMPOSE COMMANDS
*abort*