aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-28 14:54:32 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-28 14:54:32 -0500
commit354d5a8b6648ab15290540abe100a30cce388847 (patch)
tree589e601bbf66a525f125974fe90daa2a0c3075f0
parent0c1afe7ff006aa73a1618c68fbea53ba8fd93992 (diff)
downloadmbsyncloop-354d5a8b6648ab15290540abe100a30cce388847.tar.gz
mbsyncloop-354d5a8b6648ab15290540abe100a30cce388847.zip
clean up a bit of log spam
-rwxr-xr-xmbsyncloop2
1 files changed, 1 insertions, 1 deletions
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);
}