소스 검색

no setsid

tags/v3.1
Luke Smith 5 년 전
부모
커밋
b931b83379
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      etc/mailsync.sh

+ 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


불러오는 중...
취소
저장