dotfiles/conf.d/imapnotify/jeff.lance@mala.fr.conf
2021-03-01 22:41:37 +01:00

17 lines
362 B
Plaintext

{
"host": "ssl0.ovh.net",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
},
"username": "jeff.lance@mala.fr",
"password": "",
"passwordCmd": "secret-tool lookup email jeff.lance@mala.fr service imap",
"onNewMail": "mbsync -V jeff.lance@mala.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}