Change thread sort order

This commit is contained in:
M66B
2020-02-10 11:33:57 +01:00
parent b5e31ba603
commit a87f3ea025
2 changed files with 7 additions and 7 deletions

View File

@@ -153,11 +153,11 @@ public class EntityFolder extends EntityOrder implements Serializable {
OUTBOX,
DRAFTS,
SENT,
ARCHIVE,
TRASH,
JUNK,
SYSTEM,
USER
USER,
ARCHIVE
));
private static Map<String, String> GUESS_FOLDER_TYPE = new HashMap<String, String>() {{