Skip to content

Commit

Permalink
Fix a potentially misnamed function
Browse files Browse the repository at this point in the history
`(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)`?
  • Loading branch information
xuhdev committed Dec 11, 2024
1 parent 3accb5f commit 884b3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu4e/mu4e.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884b3e0

Please sign in to comment.