diff options
author | Robin Jarry <robin@jarry.cc> | 2023-09-19 00:39:56 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-09-19 22:57:53 +0200 |
commit | e0a314592da11a629e3b787e9cd6a38c77d978a8 (patch) | |
tree | ebf3680d571bacb4edb78fdb476166ccb930cb3d /doc | |
parent | a12f0ee20a29c7760b1eee4541a1ab3505849130 (diff) | |
download | aerc-e0a314592da11a629e3b787e9cd6a38c77d978a8.tar.gz |
docs: add :fold and :unfold commands
These commands were not documented. Make them so.
Fixes: 94b1c778dbe6 ("commands: add :fold and :unfold for thread folding")
Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 61b07b26..048675f6 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -496,6 +496,13 @@ message list, the message in the message viewer, etc). *:toggle-threads* Toggles between message threading and the normal message list. +*:fold*++ +*:unfold* + Collapse or un-collapse the thread children of the selected message. + Folded threads can be identified by _{{.Thread\*}}_ template attributes + in *[ui].index-columns*. See *aerc-config*(5) and *aerc-templates*(7) + for more details. + *:view* [*-p*]++ *:view-message* [*-p*] Opens the message viewer to display the selected message. If the peek |