aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/goimapnotify/goimapnotify.conf
blob: ddc6871cde7efb5f6e3aa8c262ab5e1f9700adc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[
  {
    "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"
      }
    ]
  }
]