From fe60e669deaf0f55b919c8dbb2f7f7d7e89f05de Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 23 Aug 2019 14:40:37 -0400 Subject: [PATCH] Run afew when checking for email --- systemd/.config/systemd/user/checkmail.sh | 1 + 1 file changed, 1 insertion(+) 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"