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"