Changed default folder parameters for new accounts

This commit is contained in:
M66B 2022-10-10 19:32:19 +02:00
parent 5642d94064
commit 9be1a2e634
1 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
}};
static final int DEFAULT_SYNC = 7; // days
static final int DEFAULT_KEEP = 30; // days
static final int DEFAULT_KEEP = 60; // days
static final int DEFAULT_KEEP_DRAFTS = 180; // days
private static final List<String> SYSTEM_FOLDER_SYNC = Collections.unmodifiableList(Arrays.asList(
@ -259,8 +259,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
private static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Collections.unmodifiableList(Arrays.asList(
true, // inbox
true, // drafts
false, // sent
false, // archive
true, // sent
true, // archive
false, // trash
false // junk
)); // MUST match SYSTEM_FOLDER_SYNC