1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-24 07:26:49 +02:00

* mu4e/mu4e-compose.el (mu4e~compose-handler): Wait buffer setup before calling mu4e-compose-mode.

This commit is contained in:
Thierry Volpiatto 2013-10-17 15:15:14 +02:00
parent 78ffccfb2d
commit aa7592d1c3

View File

@ -377,7 +377,7 @@ tempfile)."
;; hide some headers ;; hide some headers
(mu4e~compose-hide-headers) (mu4e~compose-hide-headers)
;; switch on the mode ;; switch on the mode
(mu4e-compose-mode)) (run-with-timer 0.01 nil #'(lambda () (mu4e-compose-mode))))
(defun mu4e-sent-handler (docid path) (defun mu4e-sent-handler (docid path)