From 3bf0c0fca01af1f9da12c3ed4113c625aa2da891 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 16 Jul 2018 10:05:31 -0400 Subject: [PATCH] notmuch added to sync script --- etc/mailsync.sh | 1 + 1 file changed, 1 insertion(+) 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