summaryrefslogtreecommitdiffstats
path: root/config/mbsyncloop
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-16 03:57:59 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-16 03:59:13 -0500
commit11b4db95dc4fb8e1977f8c39b72e1cb01a66f6b5 (patch)
tree708d690b080f303aaca875731084be64eaffdb4d /config/mbsyncloop
parenta9a540cc2c14c75ed1708d3e61d2ae54491493e0 (diff)
downloadconf-11b4db95dc4fb8e1977f8c39b72e1cb01a66f6b5.tar.gz
conf-11b4db95dc4fb8e1977f8c39b72e1cb01a66f6b5.zip
finish making everything configurable
Diffstat (limited to 'config/mbsyncloop')
-rw-r--r--config/mbsyncloop/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mbsyncloop/config.json b/config/mbsyncloop/config.json
new file mode 100644
index 0000000..879665f
--- /dev/null
+++ b/config/mbsyncloop/config.json
@@ -0,0 +1,4 @@
+{
+ "box_patterns": ["^(?!old\\.)"],
+ "on_new_mail": "notmuch new | grep -v '^No new mail\\.$'"
+}