mu4e: don't use message-kill-actions for closing frames
Seems it is handled by the other actions already, and kills one-too-many frames.
This commit is contained in:
@ -440,11 +440,9 @@ tempfile)."
|
|||||||
;; switch on the mode
|
;; switch on the mode
|
||||||
(mu4e-compose-mode)
|
(mu4e-compose-mode)
|
||||||
(when mu4e-compose-in-new-frame
|
(when mu4e-compose-in-new-frame
|
||||||
;; make sure to close the frame when we're done with
|
;; make sure to close the frame when we're done with the message these are
|
||||||
;; the message
|
;; all buffer-local;
|
||||||
;; these are all buffer-local;
|
|
||||||
(push 'delete-frame message-exit-actions)
|
(push 'delete-frame message-exit-actions)
|
||||||
(push 'delete-frame message-kill-actions)
|
|
||||||
(push 'delete-frame message-postpone-actions)))
|
(push 'delete-frame message-postpone-actions)))
|
||||||
|
|
||||||
(defun mu4e-sent-handler (docid path)
|
(defun mu4e-sent-handler (docid path)
|
||||||
|
|||||||
Reference in New Issue
Block a user