From d1a42504b2905fb9603cc875046fed0cf9b0c469 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 26 Jan 2013 10:58:24 +0200 Subject: [PATCH] * mu4e: surpress compilation warning --- mu4e/mu4e-compose.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 20539a58..94beab1d 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -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)