Dynamically configure inbox

This commit is contained in:
M66B
2019-02-02 07:28:14 +00:00
parent 8bef85df9e
commit c023af093c
7 changed files with 48 additions and 28 deletions

View File

@@ -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