mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 10:35:15 +01:00
Default no download for archive, trash and junk
This commit is contained in:
@@ -149,6 +149,13 @@ public class EntityFolder implements Serializable {
|
||||
TRASH,
|
||||
JUNK
|
||||
);
|
||||
static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Arrays.asList(
|
||||
true, // drafts
|
||||
true, // sent
|
||||
false, // archive
|
||||
false, // trash
|
||||
false // junk
|
||||
); // MUST match SYSTEM_FOLDER_SYNC
|
||||
|
||||
public EntityFolder() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user