mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Archiv
This commit is contained in:
parent
a0a7f6010b
commit
d74cce47af
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue