mirror of https://github.com/M66B/FairEmail.git
Arkiv
This commit is contained in:
parent
fb38edfb1f
commit
14fa14ea91
|
@ -206,6 +206,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
|
||||
put("Архив", new TypeScore(EntityFolder.ARCHIVE, 100));
|
||||
put("Wszystkie", new TypeScore(EntityFolder.ARCHIVE, 100)); // Polish
|
||||
put("Arkiv", new TypeScore(EntityFolder.ARCHIVE, 100)); // Norwegian
|
||||
|
||||
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
|
|
Loading…
Reference in New Issue