[notmuch] Tag any messages addressed to me specifically

This helps me to set up a differentiation in notmuch faces for mailing lists
versus email directed at me specifically.
This commit is contained in:
Tom Willemse 2023-06-22 16:38:41 -07:00
parent bf90014ba8
commit 59b3e3439b

View file

@ -6,4 +6,5 @@ exec scsh -e main -s "$0" "$@"
(define (main args)
(run (notmuch-collect-tasks ,(format #f "~a/documents/gtd/inbox.org" (getenv "HOME"))))
(run (notmuch-tag-mailinglists)))
(run (notmuch-tag-mailinglists))
(run (notmuch tag "+@me" "(" to:tom@ryuslash.org or to:ryuslash@gmail.com ")" and not tag:@me)))