summaryrefslogtreecommitdiffstats
path: root/config/imapnotify/tozt.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-08 01:55:13 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-08 01:55:13 -0500
commitb60155ba6b7f09d88a3926c3b22c53c4c5e01094 (patch)
treece8098175bc7bdb68dd394eb45a1354a44ba7a02 /config/imapnotify/tozt.conf
parent2db52ae5669e982f1069a4a93e47197ac71003c7 (diff)
downloadconf-b60155ba6b7f09d88a3926c3b22c53c4c5e01094.tar.gz
conf-b60155ba6b7f09d88a3926c3b22c53c4c5e01094.zip
improve goimapnotify subprocess handling
Diffstat (limited to 'config/imapnotify/tozt.conf')
-rw-r--r--config/imapnotify/tozt.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/imapnotify/tozt.conf b/config/imapnotify/tozt.conf
index 80ed2b7..151c52b 100644
--- a/config/imapnotify/tozt.conf
+++ b/config/imapnotify/tozt.conf
@@ -3,6 +3,7 @@
"port": 993,
"tls": true,
"username": "doy@tozt.net",
- "passwordCmd": "head -n1 /run/user/1000/mbsyncloop",
- "boxes": [ "INBOX", "personal" ]
+ "passwordCmd": "rbw get mail.tozt.net doy@tozt.net",
+ "boxes": [ "INBOX", "personal" ],
+ "onNewMail": "echo new"
}