소스 검색

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"