dotfiles/conf.d/imapnotify/jean-francois.lance@ac-creteil.fr.conf

17 lines
373 B
Plaintext
Raw Normal View History

2021-02-26 11:36:33 +00:00
{
"host": "imap.ac-creteil.fr",
"port": 143,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
},
"username": "jlance",
"password": "",
"passwordCmd": "secret-tool lookup email jean-francois.lance@ac-creteil.fr",
"onNewMail": "mbsync -V jean-francois.lance@ac-creteil.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}