aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/fold.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: add :fold and :unfold for thread foldingKoni Marti2023-07-161-0/+49
Add the :fold and :unfold commands to perform thread folding. They only work on the selected message. Add vim-like bindings. Fixes: https://todo.sr.ht/~rjarry/aerc/148 Signed-off-by: Koni Marti <koni.marti@gmail.com> Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: inwit <inwit@sindominio.net>