Luke Smith
6 年前
找不到此签名对应的密钥
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 |
|
|
|