diff options
Diffstat (limited to 'Scripts/.local/scripts/mail_fetch')
-rwxr-xr-x | Scripts/.local/scripts/mail_fetch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Scripts/.local/scripts/mail_fetch b/Scripts/.local/scripts/mail_fetch index 6ee28fc..3a2d7f9 100755 --- a/Scripts/.local/scripts/mail_fetch +++ b/Scripts/.local/scripts/mail_fetch @@ -2,5 +2,6 @@ prev=$(notmuch count) mbsync -a +notmuch new new=$(notmuch count) notify-send "mail_fetch: Fetched $(echo $new - $prev | bc -l) mail" |