aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch/.config
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/.config')
-rwxr-xr-xnotmuch/.config/notmuch/default/hooks/post-new3
1 files changed, 2 insertions, 1 deletions
diff --git a/notmuch/.config/notmuch/default/hooks/post-new b/notmuch/.config/notmuch/default/hooks/post-new
index 4def978..01822a5 100755
--- a/notmuch/.config/notmuch/default/hooks/post-new
+++ b/notmuch/.config/notmuch/default/hooks/post-new
@@ -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)))