X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-tag.el;h=5c50adeea472ad3fe7e08e9ea7edd3a5e45a89d7;hb=99d474c484d89d3436c910f1ac447640c533e811;hp=75a438bfc5de5895183d6fee3208672dee66f332;hpb=b714a808a692a99c1b936be43186a40ab251aeca;p=notmuch diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index 75a438bf..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 @@ -292,3 +293,7 @@ begin with a \"+\" or a \"-\". If REVERSE is non-nil, replace all ;; (provide 'notmuch-tag) + +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: