aboutsummaryrefslogtreecommitdiffstats
path: root/notmuch/.config/notmuch/default/hooks/post-new
blob: 28ba263c900eeee6fabbf953a3445df1ed39c285 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
# -*- mode: scheme; -*-
IFS=" "
exec scsh -e main -s "$0" "$@"
!#

(define (main . args)
  (run (notmuch-collect-tasks ,(format #f "~a/documents/gtd/inbox.org" (getenv "HOME")))))