|
|
@ -195,7 +195,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|
|
|
put("Papierkorb", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
put("Papierkorb", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
put("corbeille", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
put("corbeille", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
put("Корзина", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
put("Корзина", new TypeScore(EntityFolder.TRASH, 100));
|
|
|
|
// Deleted items?
|
|
|
|
put("Eliminata", new TypeScore(EntityFolder.SENT, 100));
|
|
|
|
|
|
|
|
|
|
|
|
put("junk", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("junk", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("spam", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("spam", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
@ -203,6 +203,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|
|
|
put("quarantaine", new TypeScore(EntityFolder.JUNK, 50));
|
|
|
|
put("quarantaine", new TypeScore(EntityFolder.JUNK, 50));
|
|
|
|
put("Спам", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("Спам", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("Cestino", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
put("Cestino", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
|
|
|
|
put("Indesiderata", new TypeScore(EntityFolder.JUNK, 100));
|
|
|
|
|
|
|
|
|
|
|
|
put("sent", new TypeScore(EntityFolder.SENT, 100));
|
|
|
|
put("sent", new TypeScore(EntityFolder.SENT, 100));
|
|
|
|
put("Gesendet", new TypeScore(EntityFolder.SENT, 100));
|
|
|
|
put("Gesendet", new TypeScore(EntityFolder.SENT, 100));
|
|
|
|