emacs: search face bugfix

In commit 2a7b11b064 the default faces
for unread and flagged were accidentally swapped. This swaps them back.
This commit is contained in:
Mark Walters 2016-10-12 08:39:21 +01:00 committed by David Bremner
parent a4331bf138
commit 4c822aecc7

View file

@ -313,7 +313,7 @@ there will be called at other points of notmuch execution."
(defface notmuch-search-flagged-face
'((t
(:weight bold)))
(:foreground "blue")))
"Face used in search mode face for flagged threads.
This face is the default value for the \"flagged\" tag in
@ -323,7 +323,7 @@ This face is the default value for the \"flagged\" tag in
(defface notmuch-search-unread-face
'((t
(:foreground "blue")))
(:weight bold)))
"Face used in search mode for unread threads.
This face is the default value for the \"unread\" tag in