aboutsummaryrefslogtreecommitdiff
path: root/.config/imapnotify/pipeframe.conf
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-24 09:04:55 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-24 09:04:55 +0100
commit834eca533e9522ec7899dd00246aea90baac145e (patch)
treeb98f102c8b30583b8dc40bf0389f4d6b449d5cb1 /.config/imapnotify/pipeframe.conf
parent7f02bf3881b3223339c47fc2a519c639d1aa3ca6 (diff)
mutt + mail server set up :tada:
Diffstat (limited to '.config/imapnotify/pipeframe.conf')
-rw-r--r--.config/imapnotify/pipeframe.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/imapnotify/pipeframe.conf b/.config/imapnotify/pipeframe.conf
new file mode 100644
index 0000000..11ebd5a
--- /dev/null
+++ b/.config/imapnotify/pipeframe.conf
@@ -0,0 +1,12 @@
+{
+ "host": "mail.pipeframe.xyz",
+ "port": 993,
+ "tls": true,
+ "tlsOptions": { "rejectUnauthorized": true },
+ "username": "loek@mail.pipeframe.xyz",
+ "password": "",
+ "passwordCmd": "source ~/.bwsession && bw get password efc4ddc3-cd2d-4090-b570-abea0113217a",
+ "onNewMail": "source ~/.bwsession && mbsync -a",
+ "onNewMailPost": "notify-send 'New mail arrived'",
+ "boxes": [ "Inbox" ]
+}