From 354d5a8b6648ab15290540abe100a30cce388847 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 --- mbsyncloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbsyncloop b/mbsyncloop index 6b682bd..d55806b 100755 --- a/mbsyncloop +++ b/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-54-g00ecf