summaryrefslogtreecommitdiffstats
path: root/config/imapnotify/tozt.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-16 02:23:44 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-16 02:23:44 -0500
commitccad66f3f96f0cafc14e2db84c08edf890eaf511 (patch)
tree83a9cf150c8b15f430dee36750ffac27aacf9e7b /config/imapnotify/tozt.conf
parent206532952fb13f9de81ddd3d36d42a727667fa2c (diff)
downloadconf-ccad66f3f96f0cafc14e2db84c08edf890eaf511.tar.gz
conf-ccad66f3f96f0cafc14e2db84c08edf890eaf511.zip
major revamp of mbsyncloop
Diffstat (limited to 'config/imapnotify/tozt.conf')
-rw-r--r--config/imapnotify/tozt.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/imapnotify/tozt.conf b/config/imapnotify/tozt.conf
index acda499..fd5d3f0 100644
--- a/config/imapnotify/tozt.conf
+++ b/config/imapnotify/tozt.conf
@@ -3,7 +3,6 @@
"port": 993,
"tls": true,
"username": "doy@tozt.net",
- "passwordCmd": "head -n1 /run/user/1000/mbsyncloop",
- "boxes": [ "INBOX", "personal" ],
- "onNewMail": "echo new"
+ "passwordCmd": "rbw get mail.tozt.net doy@tozt.net",
+ "boxPatterns": ["^(?!old\\.)"]
}