From a92bc970c8fb062bba6507c26ed34fd886f257f3 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 19 Oct 2013 13:26:09 +0300 Subject: [PATCH] * mu4e: fix faces in the mu4e-main --- mu4e/mu4e-main.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 41c45319..7a5f5f0f 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -105,7 +105,7 @@ clicked." (insert "* " (propertize "mu4e - mu for emacs version " 'face 'mu4e-title-face) - (propertize mu4e-mu-version 'face 'mu4e-view-header-key-face) + (propertize mu4e-mu-version 'face 'mu4e-header-key-face) ;; show some server properties; in this case; a big C when there's ;; crypto support, a big G when there's Guile support @@ -142,7 +142,7 @@ clicked." (mu4e~main-action-str "\t* toggle [m]ail sending mode " 'mu4e~main-toggle-mail-sending-mode) "(" (propertize (if smtpmail-queue-mail "queued" "direct") - 'face 'mu4e-view-header-key-face) ")\n" + 'face 'mu4e-header-key-face) ")\n" (mu4e~main-action-str "\t* [f]lush queued mail\n" 'smtpmail-send-queued-mail)) "")