no setsid

This commit is contained in:
Luke Smith 2018-10-14 13:02:58 -04:00
parent 182a99fd20
commit b931b83379
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

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