commit 27d08f99680729c085b879df907566d6e50b5fdb
parent 10deec70e3c7a707ad0bd0fe5e2fa50a5187cf90
Author: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 23 Jul 2018 20:35:46 -0400
notmuch only now runs once
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
@@ -37,9 +37,9 @@ do
then
notify "$account" "$newcount" & disown
mpv --really-quiet ~/.config/mutt/etc/notify.opus
- notmuch new
fi
done
+notmuch new
#Create a touch file that indicates the time of the last run of mailsync
touch ~/.config/mutt/etc/mailsynclastrun