emacs: make notmuch-indicator queries also check inbox tag

This is to ensure that messages are not counter from places I do not
want to see.
This commit is contained in:
Protesilaos Stavrou 2024-05-18 21:06:04 +03:00
parent 7ec2229ab5
commit 59ea28dbff
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -9269,11 +9269,11 @@ love letters, respectively.
:label "[U] "
:label-face prot-modeline-indicator-cyan
:counter-face prot-modeline-indicator-cyan)
( :terms "tag:unread and tag:package"
( :terms "tag:unread and tag:package and tag:inbox"
:label "[P] "
:label-face prot-modeline-indicator-magenta
:counter-face prot-modeline-indicator-magenta)
( :terms "tag:unread and tag:coach"
( :terms "tag:unread and tag:coach and tag:inbox"
:label "[C] "
:label-face prot-modeline-indicator-red
:counter-face prot-modeline-indicator-red))