mu4e: add thread support to message-view

No keybindings yet, since TAB etc. conflict.
This commit is contained in:
Dirk-Jan C. Binnema
2023-04-24 21:36:24 +03:00
parent 36d89f400f
commit e2947f181d
2 changed files with 24 additions and 0 deletions

View File

@ -935,6 +935,7 @@ after the end of the search results."
;; threads
(define-key map (kbd "<S-left>") #'mu4e-thread-goto-root)
(define-key map (kbd "<tab>") #'mu4e-thread-fold-toggle-goto-next)
(define-key map (kbd "<C-tab>") #'mu4e-thread-fold-toggle-goto-next)
(define-key map (kbd "<backtab>") #'mu4e-thread-fold-toggle-all)
;; switching to view mode (if it's visible)