mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Change thread sort order
This commit is contained in:
@@ -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>() {{
|
||||
|
||||
Reference in New Issue
Block a user