update and clean
This commit is contained in:
parent
976bac469e
commit
1c6059c7f4
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
16
conf.d/imapnotify/jeff.lance-mala.fr.conf
Normal file
16
conf.d/imapnotify/jeff.lance-mala.fr.conf
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user