diff --git a/init.org b/init.org index 340246a..1833a09 100644 --- a/init.org +++ b/init.org @@ -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/"