Added folder names

This commit is contained in:
M66B 2020-07-28 21:43:39 +02:00
parent 191ff6c929
commit 5cd57301c8
1 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
put("Entwurf", new TypeScore(EntityFolder.DRAFTS, 100));
put("brouillon", new TypeScore(EntityFolder.DRAFTS, 100));
put("Черновики", new TypeScore(EntityFolder.DRAFTS, 100));
put("Bozze", new TypeScore(EntityFolder.DRAFTS, 100));
put("trash", new TypeScore(EntityFolder.TRASH, 100));
put("Papierkorb", new TypeScore(EntityFolder.TRASH, 100));
@ -192,11 +193,13 @@ public class EntityFolder extends EntityOrder implements Serializable {
put("pourriel", new TypeScore(EntityFolder.JUNK, 100));
put("quarantaine", new TypeScore(EntityFolder.JUNK, 50));
put("Спам", new TypeScore(EntityFolder.JUNK, 100));
put("Cestino", new TypeScore(EntityFolder.JUNK, 100));
put("sent", new TypeScore(EntityFolder.SENT, 100));
put("Gesendet", new TypeScore(EntityFolder.SENT, 100));
put("envoyé", new TypeScore(EntityFolder.SENT, 100));
put("Отправленные", new TypeScore(EntityFolder.SENT, 100));
put("Inviata", new TypeScore(EntityFolder.SENT, 100));
}};
static final int DEFAULT_SYNC = 7; // days