aboutsummaryrefslogtreecommitdiff
path: root/dot.local-bin-sm
blob: 0e02303da5b4ac01649c013210196e103f84f1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e
set -x
mbsync -a || true
notmuch new
new=$(notmuch search --output=messages tag:new | xargs)
[ -z "$new" ] && exit
afew -tnvv
notmuch search --exclude=false $new