summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-02 18:41:10 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-02 18:41:10 -0500
commit508a87247eaeda48fcd87e3662fa866100703da4 (patch)
tree98adad12c7e7be74e824b77d1a9bf07f6d2e454f
parentf945c7c687898f2d767684214e58cd7938a27059 (diff)
downloadconf-508a87247eaeda48fcd87e3662fa866100703da4.tar.gz
conf-508a87247eaeda48fcd87e3662fa866100703da4.zip
also have goimapnotify read from mbsyncloop's background process
-rw-r--r--config/imapnotify/tozt.conf2
1 files changed, 1 insertions, 1 deletions
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" ]
}