1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00
This commit is contained in:
M66B 2021-04-15 12:21:01 +02:00
parent a0a7f6010b
commit d74cce47af

View file

@ -186,6 +186,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
private static Map<String, TypeScore> GUESS_FOLDER_TYPE = new HashMap<String, TypeScore>() {{
// Contains:
put("all", new TypeScore(EntityFolder.ARCHIVE, 100));
put("Archiv", new TypeScore(EntityFolder.ARCHIVE, 100)); // German
put("archive", new TypeScore(EntityFolder.ARCHIVE, 100));
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
put("Архив", new TypeScore(EntityFolder.ARCHIVE, 100));