mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Added folder guess
This commit is contained in:
parent
1123e158bc
commit
3599c08f5e
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
// Contains:
|
||||
put("all", new TypeScore(EntityFolder.ARCHIVE, 100));
|
||||
put("archive", new TypeScore(EntityFolder.ARCHIVE, 100));
|
||||
put("archief", new TypeScore(EntityFolder.ARCHIVE, 100)); // Dutch
|
||||
|
||||
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
|
|
Loading…
Reference in a new issue