mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
notmuch: add accidentally removed post-new rule for packages and include them in the counters
This commit is contained in:
parent
b205551593
commit
92281682b0
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue