mu4e: fix doom view mime part function
This commit is contained in:
parent
e168ba24b3
commit
05dd325fda
5
email.el
5
email.el
@ -79,6 +79,11 @@
|
|||||||
:hide-unread t
|
:hide-unread t
|
||||||
:key ?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
|
;; Render buttons to verify&decrypt messages
|
||||||
(setq mm-decrypt-option 'always
|
(setq mm-decrypt-option 'always
|
||||||
mm-verify-option 'always
|
mm-verify-option 'always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user