diff --git a/email.el b/email.el index f8739d7..baed50c 100644 --- a/email.el +++ b/email.el @@ -79,6 +79,11 @@ :hide-unread t :key ?t))) +;; TODO helper function used by `+mu4e-view-select-mime-part-action' is deprecated +;; https://github.com/doomemacs/doomemacs/issues/7847 +(map! :map mu4e-view-mode-map + :ne "A" #'mu4e-view-mime-part-action) + ;; Render buttons to verify&decrypt messages (setq mm-decrypt-option 'always mm-verify-option 'always