Merge branch 'master' of github.com:djcb/mu
This commit is contained in:
@ -240,7 +240,10 @@ found."
|
|||||||
(mu4e~view-custom-field msg field))))))
|
(mu4e~view-custom-field msg field))))))
|
||||||
mu4e-view-fields "")
|
mu4e-view-fields "")
|
||||||
"\n"
|
"\n"
|
||||||
(propertize (mu4e-message-body-text msg) 'face 'mu4e-view-body-face)))
|
(let ((body (mu4e-message-body-text msg)))
|
||||||
|
(when (fboundp 'add-face-text-property)
|
||||||
|
(add-face-text-property 0 (string-width body) 'mu4e-view-body-face t body))
|
||||||
|
body)))
|
||||||
|
|
||||||
(defun mu4e~view-embedded-winbuf ()
|
(defun mu4e~view-embedded-winbuf ()
|
||||||
"Get a buffer (shown in a window) for the embedded message."
|
"Get a buffer (shown in a window) for the embedded message."
|
||||||
|
|||||||
Reference in New Issue
Block a user