浏览代码

no setsid

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
b931b83379
找不到此签名对应的密钥 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


正在加载...
取消
保存