summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-23 20:35:46 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-23 20:35:46 -0400
commit27d08f99680729c085b879df907566d6e50b5fdb (patch)
tree368e2de3a12c542cb9866d695cfd95dd8b28296c
parent10deec70e3c7a707ad0bd0fe5e2fa50a5187cf90 (diff)
notmuch only now runs once
-rwxr-xr-xetc/mailsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
index d818cfb..b673ecf 100755
--- 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