mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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.
This commit is contained in:
parent
459c586967
commit
6878b0b2aa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue