mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
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:
parent
7ec2229ab5
commit
59ea28dbff
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue