[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:
parent
bf90014ba8
commit
59b3e3439b
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue