1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* mu4e.el: don't use underlines for the header titles

This commit is contained in:
djcb 2012-04-02 01:00:21 +03:00
parent 59cf2cfec4
commit b7dcb4182d

View File

@ -341,7 +341,7 @@ flag set)."
:group 'mu4e-faces)
(defface mu4e-header-title-face
'((t :inherit font-lock-type-face :underline t))
'((t :inherit font-lock-type-face))
"Face for a header title in the headers view."
:group 'mu4e-faces)