aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/mail_fetch
blob: 6ee28fc623734c818c86b813f6d1d076986c85b7 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh

prev=$(notmuch count)
mbsync -a
new=$(notmuch count)
notify-send "mail_fetch: Fetched $(echo $new - $prev | bc -l) mail"