summaryrefslogtreecommitdiffstats
path: root/bin/mbsyncloop
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
commit7a59ace982e14a5f44c45e40e66a3731f4434ecd (patch)
tree260ef8584680f96de554cc708fb5bbc198ff8ad4 /bin/mbsyncloop
parentcd376fd88f5b034b549d3de47815f4225fe240c5 (diff)
downloadconf-7a59ace982e14a5f44c45e40e66a3731f4434ecd.tar.gz
conf-7a59ace982e14a5f44c45e40e66a3731f4434ecd.zip
clean up a bit of log spam
Diffstat (limited to 'bin/mbsyncloop')
-rwxr-xr-xbin/mbsyncloop2
1 files changed, 1 insertions, 1 deletions
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);
}