Parcourir la source

Run afew when checking for email

Colin Powell il y a 5 ans
Parent
commit
fe60e669de
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      systemd/.config/systemd/user/checkmail.sh

+ 1 - 0
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"