mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Dynamically configure inbox
This commit is contained in:
@@ -143,6 +143,7 @@ public class EntityFolder implements Serializable {
|
||||
static final int DEFAULT_KEEP = 30; // days
|
||||
|
||||
static final List<String> SYSTEM_FOLDER_SYNC = Arrays.asList(
|
||||
INBOX,
|
||||
DRAFTS,
|
||||
SENT,
|
||||
ARCHIVE,
|
||||
@@ -150,6 +151,7 @@ public class EntityFolder implements Serializable {
|
||||
JUNK
|
||||
);
|
||||
static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Arrays.asList(
|
||||
true, // inbox
|
||||
true, // drafts
|
||||
false, // sent
|
||||
false, // archive
|
||||
|
||||
Reference in New Issue
Block a user