Kaynağa Gözat

no setsid

tags/v3.1
Luke Smith 5 yıl önce
ebeveyn
işleme
b931b83379
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4C50B54A911F6252
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      etc/mailsync.sh

+ 1
- 1
etc/mailsync.sh Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet