summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-16 10:05:31 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-16 10:05:31 -0400
commit3bf0c0fca01af1f9da12c3ed4113c625aa2da891 (patch)
tree83398621b8c70d8af830f3b7f564d82e6fdbf4dd
parentf03183fd16d7a6abe86506441b0419921da85056 (diff)
notmuch added to sync script
-rwxr-xr-xetc/mailsync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh
index 093675f..d818cfb 100755
--- a/etc/mailsync.sh
+++ b/etc/mailsync.sh
@@ -37,6 +37,7 @@ do
then
notify "$account" "$newcount" & disown
mpv --really-quiet ~/.config/mutt/etc/notify.opus
+ notmuch new
fi
done