Ignore moves from junkmail to Éléments supprimés

Which is the trash for outlooks in french
This commit is contained in:
Daniel Berteaud 2017-09-07 14:01:31 +02:00
parent ed65450e4b
commit d5600f7d35
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ if environment :matches "imap.mailbox" "*" {
}
if anyof (string "${mailbox}" "Trash",
string "${mailbox}" "junkmail",
string "${mailbox}" "Junk") {
string "${mailbox}" "Junk",
string "${mailbox}" "Éléments supprimés") {
stop;
}
pipe :copy "learn-ham.sh";