mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Copy devil
This commit is contained in:
parent
7bd668bbf1
commit
03e348a741
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
put("Papierkorb", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("corbeille", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Корзина", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Eliminata", new TypeScore(EntityFolder.SENT, 100));
|
||||
put("Eliminata", new TypeScore(EntityFolder.TRASH, 100));
|
||||
|
||||
put("junk", new TypeScore(EntityFolder.JUNK, 100));
|
||||
put("spam", new TypeScore(EntityFolder.JUNK, 100));
|
||||
|
|
Loading…
Reference in a new issue