* mu4e: surpress compilation warning

This commit is contained in:
djcb 2013-01-26 10:58:24 +02:00
parent 6522bbca62
commit d1a42504b2
1 changed files with 2 additions and 1 deletions

View File

@ -369,7 +369,8 @@ the appropriate flag at the message forwarded or replied-to."
(switch-to-buffer mu4e~view-buffer)
(if (buffer-live-p mu4e~headers-buffer)
(switch-to-buffer mu4e~headers-buffer)
(mu4e))) ;; if all else fails, back to the main view
;; if all else fails, back to the main view
(when (fboundp 'mu4e) (mu4e))))
(mu4e-message "Message sent"))
(defun mu4e~compose-set-parent-flag (path)