aboutsummaryrefslogtreecommitdiff
path: root/dot.local-bin-sm
blob: f3f9ddbb36533769a05e585ca7796ac562a124fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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
mu index