Browse Source

Run afew when checking for email

Colin Powell 5 năm trước cách đây
mục cha
commit
fe60e669de
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"