From b931b83379006de6278684301dbf3c037177f5bf Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Sun, 14 Oct 2018 13:02:58 -0400
Subject: no setsid

---
 etc/mailsync.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'etc')

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
-- 
cgit v1.2.3