Merge pull request #400 from obar/notmuch-unread-tag-add-and-delete-fix

notmuch: Allow one to see added/deleted tags on unread mail
This commit is contained in:
Henrik Lissner 2020-02-16 23:04:36 -05:00 committed by GitHub
commit f904a76de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1178,12 +1178,12 @@
;; (notmuch-hello-logo-background :foreground fg)
(notmuch-message-summary-face :foreground grey :background nil)
(notmuch-search-count :foreground comments)
(notmuch-search-date :foreground numbers :weight 'bold)
(notmuch-search-date :foreground numbers)
(notmuch-search-flagged-face :foreground (doom-blend red base4 0.5))
(notmuch-search-matching-authors :foreground blue :weight 'bold)
(notmuch-search-non-matching-authors :foreground blue)
(notmuch-search-matching-authors :foreground blue)
(notmuch-search-non-matching-authors :foreground fg)
(notmuch-search-subject :foreground fg)
(notmuch-search-unread-face :foreground base8)
(notmuch-search-unread-face :weight 'bold)
(notmuch-tag-added :foreground green :weight 'normal)
(notmuch-tag-deleted :foreground red :weight 'normal)
(notmuch-tag-face :foreground yellow :weight 'normal)