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:
djcb 2016-02-21 16:33:55 +02:00
parent 24194b4d12
commit 2b0d75b295
1 changed files with 2 additions and 4 deletions

View File

@ -440,11 +440,9 @@ tempfile)."
;; switch on the mode
(mu4e-compose-mode)
(when mu4e-compose-in-new-frame
;; make sure to close the frame when we're done with
;; the message
;; these are all buffer-local;
;; make sure to close the frame when we're done with the message these are
;; all buffer-local;
(push 'delete-frame message-exit-actions)
(push 'delete-frame message-kill-actions)
(push 'delete-frame message-postpone-actions)))
(defun mu4e-sent-handler (docid path)