From: Mark Walters Date: Wed, 12 Oct 2016 07:39:21 +0000 (+0100) Subject: emacs: search face bugfix X-Git-Tag: 0.23.1~8 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=4c822aecc75bd6f7cdffc80b704b27dde8e27ea6 emacs: search face bugfix In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces for unread and flagged were accidentally swapped. This swaps them back. --- diff --git a/emacs/notmuch.el b/emacs/notmuch.el index a7e0f2c1..9c7f2020 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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