X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;h=5c50adeea472ad3fe7e08e9ea7edd3a5e45a89d7;hb=99d474c484d89d3436c910f1ac447640c533e811;hp=064cfa8d81154535e3055c1265927e435fa2cae9;hpb=f0dfda5c7797f9db81ce35d270fe0ac406c7fca1;p=notmuch 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