From 59ea28dbffc7d2bd2d0ae96721af5ec138ecf44f Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sat, 18 May 2024 21:06:04 +0300 Subject: [PATCH] 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. --- emacs/.emacs.d/prot-emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.emacs.d/prot-emacs.org b/emacs/.emacs.d/prot-emacs.org index 68ca422b..36e1e299 100644 --- a/emacs/.emacs.d/prot-emacs.org +++ b/emacs/.emacs.d/prot-emacs.org @@ -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))