소스 검색
no setsid
tags/v3.1
Luke Smith
6 년 전
No known key found for this signature in database
GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
etc/mailsync.sh
|
|
@@ -35,7 +35,7 @@ do |
|
|
|
newcount=$(find ~/.mail/"$account"/INBOX/new/ -type f -newer ~/.config/mutt/etc/mailsynclastrun 2> /dev/null | wc -l) |
|
|
|
if [ "$newcount" -gt "0" ] |
|
|
|
then |
|
|
|
setsid notify "$account" "$newcount" & |
|
|
|
notify "$account" "$newcount" & |
|
|
|
fi |
|
|
|
done |
|
|
|
notmuch new |
|
|
|