From ccad66f3f96f0cafc14e2db84c08edf890eaf511 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 16 Feb 2022 02:23:44 -0500 Subject: major revamp of mbsyncloop --- config/imapnotify/tozt.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/imapnotify/tozt.conf') 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\\.)"] } -- cgit v1.2.3-54-g00ecf