notmuch: add accidentally removed post-new rule for packages and include them in the counters

This commit is contained in:
Protesilaos Stavrou 2025-03-22 09:19:44 +02:00
parent b205551593
commit 92281682b0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 8 additions and 4 deletions

View file

@ -254,12 +254,12 @@ that and instead tries to complete against dictionary entries."
:label "💬 "
:label-face prot-modeline-indicator-cyan
:counter-face prot-modeline-indicator-cyan)
( :terms "tag:unread and tag:package and tag:inbox"
( :terms "tag:unread and tag:package"
;; :label "[P] "
:label "🛠️ "
:label-face prot-modeline-indicator-magenta
:counter-face prot-modeline-indicator-magenta)
( :terms "tag:unread and tag:coach and tag:inbox"
( :terms "tag:unread and tag:coach"
;; :label "[C] "
:label "🏆 "
:label-face prot-modeline-indicator-red

View file

@ -9977,12 +9977,12 @@ respectively.
:label "💬 "
:label-face prot-modeline-indicator-cyan
:counter-face prot-modeline-indicator-cyan)
( :terms "tag:unread and tag:package and tag:inbox"
( :terms "tag:unread and tag:package"
;; :label "[P] "
:label "🛠️ "
:label-face prot-modeline-indicator-magenta
:counter-face prot-modeline-indicator-magenta)
( :terms "tag:unread and tag:coach and tag:inbox"
( :terms "tag:unread and tag:coach"
;; :label "[C] "
:label "🏆 "
:label-face prot-modeline-indicator-red

View file

@ -41,3 +41,7 @@ notmuch tag -new -unread +inbox +sent -- '(from:"*@protesilaos.com*" not to:"*@p
# <https://protesilaos.com/news/2023-01-20-emacs-linux-life-coach/>.
# I may refine this further based on patterns I observe.
notmuch tag +coach -- date:2023-01-20..now subject:/[Tt]utor\|[Cc]oach\|[Ll]esson/
# Another "mostly okay" but not 100% correct way of identifying my
# package-related messages.
notmuch tag +package -- "(to:protesilaos/*noreply.github.com or to:*incoming.gitlab.com) not tag:archived not tag:list"