diff --git a/systemd/.config/systemd/user/checkmail.sh b/systemd/.config/systemd/user/checkmail.sh index af15e00..224c1df 100755 --- a/systemd/.config/systemd/user/checkmail.sh +++ b/systemd/.config/systemd/user/checkmail.sh @@ -6,6 +6,7 @@ if [ $STATE = 'full' ] then mbsync -a notmuch new + afew --tag --new exit 0 fi echo "No internet connection"