summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/imapnotify/tozt.conf8
-rw-r--r--config/mbsyncloop/config.json4
2 files changed, 4 insertions, 8 deletions
diff --git a/config/imapnotify/tozt.conf b/config/imapnotify/tozt.conf
deleted file mode 100644
index fd5d3f0..0000000
--- a/config/imapnotify/tozt.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "host": "mail.tozt.net",
- "port": 993,
- "tls": true,
- "username": "doy@tozt.net",
- "passwordCmd": "rbw get mail.tozt.net doy@tozt.net",
- "boxPatterns": ["^(?!old\\.)"]
-}
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\\.$'"
+}