mu4e: update font-locking for mu4e-compose-mode

mu4e was making a vain attempt to fontify the compose buffer; this
doesn't work because message (from which mu4e-compose-mode derives) uses
font-locking for that.

So, instead, remap the message-mode faces to the ones used for mu4e.
This commit is contained in:
djcb
2016-07-09 23:42:58 +03:00
parent b31ba3dd81
commit 1e963c1779
3 changed files with 28 additions and 7 deletions

View File

@ -99,7 +99,6 @@ its settings apply."
(funcall mu4e-compose-cite-function))
(pop-mark)
(goto-char (point-min))
(mu4e~fontify-cited)
(buffer-string))))
(defun mu4e~draft-header (hdr val)