update and clean
This commit is contained in:
parent
1c6059c7f4
commit
e43261fd95
16
conf.d/imapnotify/games@mala.fr
Normal file
16
conf.d/imapnotify/games@mala.fr
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"host": "ssl0.ovh.net",
|
||||
"port": 993,
|
||||
"tls": true,
|
||||
"tlsOptions": {
|
||||
"rejectUnauthorized": false
|
||||
},
|
||||
"username": "gmaes@mala.fr",
|
||||
"password": "",
|
||||
"passwordCmd": "secret-tool lookup email games@mala.fr",
|
||||
"onNewMail": "mbsync -V games@mala.fr-inbox",
|
||||
"onNewMailPost": "notmuch new",
|
||||
"boxes": [
|
||||
"INBOX"
|
||||
]
|
||||
}
|
@ -1,15 +1,19 @@
|
||||
- link:
|
||||
${HOME}/.config/astroid:
|
||||
glob: true
|
||||
force: true
|
||||
path: conf.d/astroid/*
|
||||
${HOME}/.config/afew:
|
||||
glob: true
|
||||
force: true
|
||||
path: conf.d/afew/*
|
||||
${HOME}/.config/alot:
|
||||
glob: true
|
||||
force: true
|
||||
path: conf.d/alot/*
|
||||
${HOME}/.config/imapnotify:
|
||||
glob: true
|
||||
force: true
|
||||
path: conf.d/imapnotify/*
|
||||
${HOME}/.mbsyncrc:
|
||||
path: conf/mbsyncrc
|
||||
|
Loading…
Reference in New Issue
Block a user