Configure mu4e keys

This commit is contained in:
contrapunctus 2022-02-08 13:23:55 +05:30
parent 98b054e240
commit eef145c3cb
1 changed files with 6 additions and 0 deletions

View File

@ -3039,6 +3039,12 @@ PR ideas
(:map mu4e-headers-mode-map
("c" . #'mu4e-headers-prev)
("r" . #'mu4e-headers-next))
(:map mu4e-view-mode-map
("c" . #'mu4e-view-headers-prev)
("r" . #'mu4e-view-headers-next))
(:map gnus-mime-button-map
("c" . nil)
("r" . nil))
:config
(setq mu4e-get-mail-command "mbsync -aV"
mu4e-drafts-folder "/Drafts/"