From 53667b15f894f4c6d6c822248567584ce9b8410c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 8 Feb 2022 11:55:23 -0500 Subject: oops, change this back --- 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 151c52b..acda499 100644 --- a/config/imapnotify/tozt.conf +++ b/config/imapnotify/tozt.conf @@ -3,7 +3,7 @@ "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" ], "onNewMail": "echo new" } -- cgit v1.2.3-54-g00ecf