From 7a59ace982e14a5f44c45e40e66a3731f4434ecd Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 28 Dec 2021 14:54:32 -0500 Subject: clean up a bit of log spam --- bin/mbsyncloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mbsyncloop b/bin/mbsyncloop index 6b682bd..d55806b 100755 --- a/bin/mbsyncloop +++ b/bin/mbsyncloop @@ -39,6 +39,6 @@ while (1) { $last = $now; system("mbsync -c ~/.mbsyncloop $channel") and last; - system("notmuch new") and last; + system("notmuch new | grep -v '^No new mail\.\$'"); sleep 60 - (time - $now); } -- cgit v1.2.3