dotfiles/conf.d/imapnotify/jeff.lance-mala.fr.conf

17 lines
349 B
Plaintext
Raw Normal View History

2021-02-25 23:04:02 +00:00
{
"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",
"onNewMail": "mbsync -V jeff.lance@mala.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}