diff options
author | inwit <inwit@sindominio.net> | 2023-11-12 13:42:58 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-11-23 00:14:29 +0100 |
commit | 79940fe646153744ce428b08b8314e641d59293b (patch) | |
tree | 5df8138cb63f3b26ac94a36860f07553c51368ee /doc/aerc.1.scd | |
parent | cb48d5b547e53125857af154b3b0bb921030ba88 (diff) | |
download | aerc-79940fe646153744ce428b08b8314e641d59293b.tar.gz |
fold: add an option to fold/unfold all threads
Commands :fold/:unfold act upon a single thread. Add an option to both
commands allowing the user to fold/unfold all displayed threads.
Signed-Off-By: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Tested-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index c34b3e7f..6214d02e 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -529,10 +529,11 @@ message list, the message in the message viewer, etc). *:toggle-threads* Toggles between message threading and the normal message list. -*:fold* [*-t*]++ -*:unfold* [*-t*] +*:fold* [*-at*]++ +*:unfold* [*-at*] Collapse or un-collapse the thread children of the selected message. - If the toggle flag *-t* is set, the folded status is changed. Folded + If the toggle flag *-t* is set, the folded status is changed. If the + *-a* flag is set, all threads in the current view are affected. Folded threads can be identified by _{{.Thread\*}}_ template attributes in *[ui].index-columns*. See *aerc-config*(5) and *aerc-templates*(7) for more details. |