瀏覽代碼

no setsid

tags/v3.1
Luke Smith 5 年之前
父節點
當前提交
b931b83379
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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


Loading…
取消
儲存