update and clean

This commit is contained in:
Jeff Lance 2021-02-26 00:04:02 +01:00
parent 976bac469e
commit 1c6059c7f4
3 changed files with 20 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sent_tag = sent
[Filter.1] [Filter.1]
message = Tag all messages from work message = Tag all messages from work
query = 'from:STolsy@ac-creteil.fr' query = 'from:STolsy@ac-creteil.fr OR from:ce.0932047v@ac-creteil.fr'
tag = +evariste tag = +evariste

View File

@ -0,0 +1,16 @@
{
"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"
]
}

View File

@ -8,6 +8,9 @@
${HOME}/.config/alot: ${HOME}/.config/alot:
glob: true glob: true
path: conf.d/alot/* path: conf.d/alot/*
${HOME}/.config/imapnotify:
glob: true
path: conf.d/imapnotify/*
${HOME}/.mbsyncrc: ${HOME}/.mbsyncrc:
path: conf/mbsyncrc path: conf/mbsyncrc
${HOME}/.msmtprc: ${HOME}/.msmtprc: