Automatically delete some old GoG promotional emails
This commit is contained in:
parent
d7b912555c
commit
ba1590bba3
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,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 "+@me" "(" to:tom@ryuslash.org or to:ryuslash@gmail.com ")" and not tag:@me)))
|
||||
(run (notmuch tag "+@me" "(" to:tom@ryuslash.org or to:ryuslash@gmail.com ")" and not tag:@me))
|
||||
(run (notmuch tag "+deleted" from:gog.com and "subject:expires in 24" and date:..24-hours-ago)))
|
||||
|
|
Loading…
Reference in a new issue