aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/goimapnotify/goimapnotify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch/.config/goimapnotify/goimapnotify.conf')
-rw-r--r--notmuch/.config/goimapnotify/goimapnotify.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/notmuch/.config/goimapnotify/goimapnotify.conf b/notmuch/.config/goimapnotify/goimapnotify.conf
deleted file mode 100644
index ddc6871..0000000
--- a/notmuch/.config/goimapnotify/goimapnotify.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-[
- {
- "host": "mail.tobyvin.dev",
- "port": 993,
- "tls": true,
- "username": "tobyv",
- "passwordCmd": "pass mail.tobyvin.dev/tobyv/imap",
- "boxes": [
- {
- "mailbox": "INBOX",
- "onNewMail": "MAILDIR=personal:INBOX notmuch new"
- }
- ]
- },
- {
- "host": "imap.gmail.com",
- "port": 993,
- "tls": true,
- "tlsOptions": {
- "reject_unauthorized": false
- },
- "username": "tobyv13@gmail.com",
- "passwordCmd": "pass gmail.com/tobyv13@gmail.com",
- "boxes": [
- {
- "mailbox": "INBOX",
- "onNewMail": "MAILDIR=gmail:INBOX notmuch new"
- }
- ]
- }
-]