From: Gregor Zattler Date: Wed, 4 Sep 2013 17:06:55 +0000 (+0200) Subject: emacs: distinguish tag `flagged' on terminal X-Git-Tag: 0.17_rc1~105 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6878b0b2aa0a74377e02cb9e8af84e799b668add 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. --- 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