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:
@ -1130,7 +1130,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
|
||||||
|
|||||||
Reference in New Issue
Block a user