summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xetc/mailsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
index 5f8d8a7..4d8f190 100755
--- a/etc/mailsync.sh
+++ b/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