mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit b931b83379006de6278684301dbf3c037177f5bf
parent 182a99fd20192a3cf8bcce792d10731f083dc24f
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 14 Oct 2018 13:02:58 -0400

no setsid

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

diff --git 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