aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch/.config
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/.config')
-rwxr-xr-xnotmuch/.config/notmuch/default/hooks/post-new5
1 files changed, 3 insertions, 2 deletions
diff --git a/notmuch/.config/notmuch/default/hooks/post-new b/notmuch/.config/notmuch/default/hooks/post-new
index 28ba263..4def978 100755
--- a/notmuch/.config/notmuch/default/hooks/post-new
+++ b/notmuch/.config/notmuch/default/hooks/post-new
@@ -4,5 +4,6 @@ IFS=" "
exec scsh -e main -s "$0" "$@"
!#
-(define (main . args)
- (run (notmuch-collect-tasks ,(format #f "~a/documents/gtd/inbox.org" (getenv "HOME")))))
+(define (main args)
+ (run (notmuch-collect-tasks ,(format #f "~a/documents/gtd/inbox.org" (getenv "HOME"))))
+ (run (notmuch-tag-mailinglists)))