瀏覽代碼

Run afew when checking for email

Colin Powell 5 年之前
父節點
當前提交
fe60e669de
共有 1 個文件被更改,包括 1 次插入0 次删除
  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"