mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Mu4e: apply msg compose advice to more situations
This commit is contained in:
@ -248,6 +248,8 @@ Usefull for affecting HTML export config.")
|
|||||||
(defadvice! mu4e-maybe-toggle-org-msg (orig-fn &optional toggle-p)
|
(defadvice! mu4e-maybe-toggle-org-msg (orig-fn &optional toggle-p)
|
||||||
:around #'mu4e-compose-new
|
:around #'mu4e-compose-new
|
||||||
:around #'mu4e-compose-reply
|
:around #'mu4e-compose-reply
|
||||||
|
:around #'mu4e-compose-forward
|
||||||
|
:around #'mu4e-compose-resend
|
||||||
(interactive "p")
|
(interactive "p")
|
||||||
(mu4e-compose-org-msg-handle-toggle (/= 1 (or toggle-p 0)))
|
(mu4e-compose-org-msg-handle-toggle (/= 1 (or toggle-p 0)))
|
||||||
(funcall orig-fn))
|
(funcall orig-fn))
|
||||||
|
Reference in New Issue
Block a user