fix(mail): Only show unread messages in inbox count

This commit is contained in:
Vincent Ambo 2018-06-06 10:29:30 +02:00
parent 4f64ab2942
commit ead3a70114

View file

@ -17,7 +17,7 @@
;; Show me saved searches that I care about:
(setq notmuch-saved-searches
'((:name "inbox" :query "tag:inbox" :key "i")
'((:name "inbox" :query "tag:inbox" :count-query "tag:inbox AND tag:unread" :key "i")
(:name "gitlab" :query "tag:gitlab" :key "g")
(:name "sent" :query "tag:sent" :key "t")
(:name "drafts" :query "tag:draft" :key "d")))