* mu4e.el: add mu4e-title-face

This commit is contained in:
djcb 2012-04-06 12:22:55 +03:00
parent 284fb46a8f
commit 747c88ed67
1 changed files with 5 additions and 0 deletions

View File

@ -367,6 +367,11 @@ flag set)."
"Face for highlighting things."
:group 'mu4e-faces)
(defface mu4e-title-face
'((t :inherit font-lock-type-face :bold t))
"Face for a header title in the headers view."
:group 'mu4e-faces)
(defface mu4e-view-url-number-face
'((t :inherit font-lock-reference-face :bold t))
"Face for the number tags for URLs."