Merge pull request #478 from odi/master

mu4e: Add different face attribute for the mode-line
This commit is contained in:
Dirk-Jan C. Binnema 2014-10-12 12:14:15 +03:00
commit 0faeceb46a
2 changed files with 6 additions and 1 deletions

View File

@ -932,7 +932,7 @@ the query history stack."
mode-name "mu4e-headers"
mu4e~headers-last-query expr
global-mode-string (propertize mu4e~headers-last-query
'face 'mu4e-title-face)))
'face 'mu4e-modeline-face)))
(switch-to-buffer buf)
(mu4e~proc-find
expr

View File

@ -471,6 +471,11 @@ I.e. a message with the draft flag set."
"Face for a header title in the headers view."
:group 'mu4e-faces)
(defface mu4e-modeline-face
'((t :inherit font-lock-string-face :bold t))
"Face for the query view in the mode-line."
:group 'mu4e-faces)
(defface mu4e-footer-face
'((t :inherit font-lock-comment-face))
"Face for message footers (signatures)."