From 475a4593f4cb5c28856c50df0467da564c2e96d7 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 26 Apr 2012 22:43:24 +0300 Subject: [PATCH] * cosmetic --- emacs/mu4e-vars.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/emacs/mu4e-vars.el b/emacs/mu4e-vars.el index 0e7bab4a..9dec7ca0 100644 --- a/emacs/mu4e-vars.el +++ b/emacs/mu4e-vars.el @@ -192,18 +192,18 @@ flag set)." '((t :inherit font-lock-type-face)) "Face for a header title in the headers view." :group 'mu4e-faces) - -(defface mu4e-view-header-key-face - '((t :inherit font-lock-builtin-face :bold t)) - "Face for a header title (such as \"Subject\") in the message - view." - :group 'mu4e-faces) - + (defface mu4e-header-highlight-face '((t :inherit default :weight bold :underline t)) "Face for the header at point." :group 'mu4e-faces) +(defface mu4e-view-header-key-face + '((t :inherit font-lock-builtin-face :bold t)) + "Face for a header key (such as \"Foo\" in \"Subject:\ Foo\") in + the message view." + :group 'mu4e-faces) + (defface mu4e-view-header-value-face '((t :inherit font-lock-doc-face)) "Face for a header value (such as \"Re: Hello!\") in the message