aboutsummaryrefslogtreecommitdiff
path: root/.config/imapnotify/pipeframe.conf
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-29 14:09:59 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-29 14:09:59 +0200
commit03bc6dbeed2b2a4e2f36de490837c1d38f3ff5c8 (patch)
tree07d32ba496c3a86436470ba4a3612b68551028ab /.config/imapnotify/pipeframe.conf
parent3b326e1463203dcf7fb0d223d2c06e46c5003577 (diff)
more small tweaks
Diffstat (limited to '.config/imapnotify/pipeframe.conf')
-rw-r--r--.config/imapnotify/pipeframe.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/imapnotify/pipeframe.conf b/.config/imapnotify/pipeframe.conf
index 7f6aeb9..3553ffe 100644
--- a/.config/imapnotify/pipeframe.conf
+++ b/.config/imapnotify/pipeframe.conf
@@ -1,12 +1,11 @@
{
+ "username": "loek",
"host": "mail.pipeframe.xyz",
"port": 993,
"tls": true,
"tlsOptions": { "rejectUnauthorized": true },
- "username": "loek@mail.pipeframe.xyz",
- "password": "",
- "passwordCmd": "keyctl request user bw_session | xargs keyctl pipe | xargs bw get password efc4ddc3-cd2d-4090-b570-abea0113217a --session",
- "onNewMail": "mbsync -a",
- "onNewMailPost": "notify-send 'New mail arrived'",
+ "passwordCmd": "pass srv/fortnite/passwd/loek",
+ "onNewMail": "systemctl --user start mbsync",
+ "onNewMailPost": "notify-send '新着メール'",
"boxes": [ "Inbox" ]
}