Merge pull request #2795 from xuhdev/swap-fold

Fix a potentially misnamed function
This commit is contained in:
Dirk-Jan C. Binnema
2025-01-23 08:44:17 +02:00
committed by GitHub

View File

@ -1129,7 +1129,7 @@ conflicting key bindings.
If you want to automatically fold all threads after a query, you can use a hook: If you want to automatically fold all threads after a query, you can use a hook:
@lisp @lisp
(add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-apply-all) (add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-all)
@end lisp @end lisp
By default, single-child threads are @emph{not} collapsed, since it would result By default, single-child threads are @emph{not} collapsed, since it would result