mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Bulk might be spam folder
This commit is contained in:
parent
543ebe08ae
commit
85cb09ea88
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
|
||||
put("junk", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("spam", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("bulk", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("pourriel", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("quarantaine", new TypeScore(EntityFolder.JUNK, 50));
|
||||
put("Спам", new TypeScore(EntityFolder.JUNK, 100));
|
||||
|
|
Loading…
Reference in a new issue