From 508a87247eaeda48fcd87e3662fa866100703da4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 2 Jan 2022 18:41:10 -0500 Subject: also have goimapnotify read from mbsyncloop's background process --- config/imapnotify/tozt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/imapnotify/tozt.conf b/config/imapnotify/tozt.conf index 77d35dd..80ed2b7 100644 --- a/config/imapnotify/tozt.conf +++ b/config/imapnotify/tozt.conf @@ -3,6 +3,6 @@ "port": 993, "tls": true, "username": "doy@tozt.net", - "passwordCmd": "rbw get mail.tozt.net doy@tozt.net", + "passwordCmd": "head -n1 /run/user/1000/mbsyncloop", "boxes": [ "INBOX", "personal" ] } -- cgit v1.2.3