aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config/imapnotify/porkbun.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mbsync/.config/imapnotify/porkbun.conf')
-rw-r--r--mbsync/.config/imapnotify/porkbun.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/mbsync/.config/imapnotify/porkbun.conf b/mbsync/.config/imapnotify/porkbun.conf
deleted file mode 100644
index 60b71f9..0000000
--- a/mbsync/.config/imapnotify/porkbun.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "host": "imap.porkbun.com",
- "port": 993,
- "tls": true,
- "tlsOptions": {
- "rejectUnauthorized": false
- },
- "username": "tobyv@tobyvin.dev",
- "passwordCmd": "pass tobyv@tobyvin.dev | head -n1",
- "onNewMail": "mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc porkbun",
- "boxes": [
- "INBOX"
- ]
-}