From b2ab1dc3d7801cc4663521ea5f922ad92abd884a Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 25 Sep 2012 07:39:53 +0300 Subject: [PATCH] * fix org-mu4e (thanks semente!) --- mu4e/org-mu4e.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/org-mu4e.el b/mu4e/org-mu4e.el index a2387de0..88b6aa90 100644 --- a/mu4e/org-mu4e.el +++ b/mu4e/org-mu4e.el @@ -186,7 +186,7 @@ and images in a multipart/related part." (goto-char begin) (newline) (insert (org~mu4e-mime-multipart - body html (mapconcat 'identity html-images "\n"))))))) + body html (mapconcat 'identity html-images "\n")))))) ;; next some functions to make the org/mu4e-compose-mode switch as smooth as ;; possible.