aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2023-10-29 23:45:56 +0100
committerRobin Jarry <robin@jarry.cc>2023-11-02 11:59:39 +0100
commit4bd93fccbf18a855016bd26a3ec8cd9ca7cf5600 (patch)
treeab1041819a2e50d454111ca7859cfa7ec0700361 /doc
parent9ce4af011c93e2816ce04012f6205b54e0ed1d51 (diff)
downloadaerc-4bd93fccbf18a855016bd26a3ec8cd9ca7cf5600.tar.gz
fold: add an option to toggle folding
Add a toggle option (-t) to :fold/:unfold commands to allow for switching the folding status of a thread. Changelog-Added: Toggle folding with `:fold -t`. Signed-Off-By: inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc> Tested-by: Jason Cox <me@jasoncarloscox.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc.1.scd7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 2d53dca3..c34b3e7f 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*++
-*:unfold*
+*:fold* [*-t*]++
+*:unfold* [*-t*]
Collapse or un-collapse the thread children of the selected message.
- Folded threads can be identified by _{{.Thread\*}}_ template attributes
+ If the toggle flag *-t* is set, the folded status is changed. Folded
+ threads can be identified by _{{.Thread\*}}_ template attributes
in *[ui].index-columns*. See *aerc-config*(5) and *aerc-templates*(7)
for more details.