54 lines
1.4 KiB
Plaintext
54 lines
1.4 KiB
Plaintext
|
; File : config
|
||
|
; Author : Jeff LANCE <email@jefflance.me>
|
||
|
; Date : 10.02.2018
|
||
|
; Last Modified Date: 06.05.2020
|
||
|
; Last Modified By : Jeff LANCE <email@jefflance.me>
|
||
|
|
||
|
#[SpamFilter]
|
||
|
#spam_tag = scum
|
||
|
#
|
||
|
#
|
||
|
#[BogoFilter]
|
||
|
|
||
|
|
||
|
[KillThreadsFilter]
|
||
|
|
||
|
|
||
|
[ListMailsFilter]
|
||
|
|
||
|
|
||
|
[SentMailsFilter]
|
||
|
sent_tag = sent
|
||
|
|
||
|
|
||
|
[ArchiveSentMailsFilter]
|
||
|
|
||
|
|
||
|
[Filter.1]
|
||
|
message = Tag all messages from work
|
||
|
query = 'from:STolsy@ac-creteil.fr'
|
||
|
tag = +evariste
|
||
|
|
||
|
|
||
|
[Filter.2]
|
||
|
message = Tag all message from @mala.fr addresses
|
||
|
query = 'from:games@mala.fr'
|
||
|
tag = +MOI
|
||
|
|
||
|
|
||
|
[InboxFilter]
|
||
|
|
||
|
|
||
|
[MailMover]
|
||
|
folders = jeff.lance@mala.fr/archives jeff.lance@mala.fr/drafts jeff.lance@mala.fr/inbox jeff.lance@mala.fr/junk jeff.lance@mala.fr/sent jeff.lance@mala.fr/trash
|
||
|
rename = True
|
||
|
jeff.lance@mala.fr/sent= 'tag:deleted':jeff.lance@mala.fr/trash 'NOT tag:sent':jeff.lance@mala.fr/inbox
|
||
|
jeff.lance@mala.fr/archives = 'tag:deleted':jeff.lance@mala.fr/trash 'NOT tag:archive':jeff.lance@mala.fr/inbox
|
||
|
jeff.lance@mala.fr/drafts= 'tag:deleted':jeff.lance@mala.fr/trash 'NOT tag:draft':jeff.lance@mala.fr/inbox
|
||
|
jeff.lance@mala.fr/junk = 'tag:deleted':jeff.lance@mala.fr/trash 'NOT tag:spam':jeff.lance@mala.fr/inbox
|
||
|
jeff.lance@mala.fr/inbox = 'tag:spam':jeff.lance@mala.fr/junk 'tag:deleted':jeff.lance@mala.fr/trash
|
||
|
jeff.lance@mala.fr/trash = 'NOT tag:deleted':jeff.lance@mala.fr/inbox
|
||
|
|
||
|
|
||
|
; vim:ft=dosini
|