* fix org-mu4e (thanks semente!)

This commit is contained in:
djcb 2012-09-25 07:39:53 +03:00
parent 81f74219b2
commit b2ab1dc3d7
1 changed files with 1 additions and 1 deletions

View File

@ -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.