Fix a potentially misnamed function

`(add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-apply-all)` doesn't
seem to fold threads. Did you mean `(add-hook 'mu4e-thread-mode-hook #'mu4e-thread-fold-all)`?
This commit is contained in:
Hong Xu
2024-12-10 20:08:43 -08:00
parent 3accb5f2f5
commit 884b3e03c9

View File

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