mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Change system folder priorities
This commit is contained in:
@@ -211,7 +211,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
put("Wszystkie", new TypeScore(EntityFolder.ARCHIVE, 100)); // Polish
|
||||
put("Arkiv", new TypeScore(EntityFolder.ARCHIVE, 100)); // Norwegian
|
||||
|
||||
put("draft", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("draft", new TypeScore(EntityFolder.DRAFTS, 100)); // mailo.com: draftbox
|
||||
put("concept", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("Entwurf", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("brouillon", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
@@ -219,7 +219,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
put("Bozze", new TypeScore(EntityFolder.DRAFTS, 100));
|
||||
put("Szkice lokalne", new TypeScore(EntityFolder.DRAFTS, 100)); // Polish
|
||||
put("Wersje robocze", new TypeScore(EntityFolder.DRAFTS, 100)); // Polish
|
||||
put("draftbox", new TypeScore(EntityFolder.DRAFTS, 50)); // mailo.com
|
||||
|
||||
put("trash", new TypeScore(EntityFolder.TRASH, 100));
|
||||
put("Deleted", new TypeScore(EntityFolder.TRASH, 100));
|
||||
|
||||
Reference in New Issue
Block a user