From 6878b0b2aa0a74377e02cb9e8af84e799b668add Mon Sep 17 00:00:00 2001 From: Gregor Zattler Date: Wed, 4 Sep 2013 19:06:55 +0200 Subject: emacs: distinguish tag `flagged' on terminal Change foreground color to `blue' like lines representing threads with flagged messages in notmuch-search. Before tag `flagged' was shown in notmuch-show buffers as image star on graphical frames while there was no visible distinction to other flags on terminal frames. --- emacs/notmuch-tag.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 064cfa8d..5c50adee 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -30,7 +30,8 @@ (defcustom notmuch-tag-formats '(("unread" (propertize tag 'face '(:foreground "red"))) - ("flagged" (notmuch-tag-format-image-data tag (notmuch-tag-star-icon)))) + ("flagged" (propertize tag 'face '(:foreground "blue")) + (notmuch-tag-format-image-data tag (notmuch-tag-star-icon)))) "Custom formats for individual tags. This gives a list that maps from tag names to lists of formatting -- cgit v1.2.3