Browse Source

no setsid

tags/v3.1
Luke Smith 5 years ago
parent
commit
b931b83379
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      etc/mailsync.sh

+ 1
- 1
etc/mailsync.sh 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) newcount=$(find ~/.mail/"$account"/INBOX/new/ -type f -newer ~/.config/mutt/etc/mailsynclastrun 2> /dev/null | wc -l)
if [ "$newcount" -gt "0" ] if [ "$newcount" -gt "0" ]
then then
setsid notify "$account" "$newcount" &
notify "$account" "$newcount" &
fi fi
done done
notmuch new notmuch new


Loading…
Cancel
Save