summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-08 11:55:23 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-08 11:55:23 -0500
commit53667b15f894f4c6d6c822248567584ce9b8410c (patch)
treef9e14a2403273f13132a591d8dc18385aac95b96
parentf06189cd4bdeddf10a0687577505c5bf219c200e (diff)
downloadconf-53667b15f894f4c6d6c822248567584ce9b8410c.tar.gz
conf-53667b15f894f4c6d6c822248567584ce9b8410c.zip
oops, change this back
-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 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"
}