* 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
1 changed files with 1 additions and 1 deletions

View File

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