aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Gregor Zattler <telegraph@gmx.net>2013-09-04 19:06:55 +0200
committerGravatar David Bremner <bremner@debian.org>2013-10-12 08:40:39 -0300
commit6878b0b2aa0a74377e02cb9e8af84e799b668add (patch)
tree1261779fa647462c71cac2d4cf0504be45affb0b /emacs
parent459c5869678161495076f166264a967243c233f4 (diff)
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-tag.el3
1 files changed, 2 insertions, 1 deletions
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