mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Download sent messages on demand by default
This commit is contained in:
@@ -151,7 +151,7 @@ public class EntityFolder implements Serializable {
|
||||
);
|
||||
static final List<Boolean> SYSTEM_FOLDER_DOWNLOAD = Arrays.asList(
|
||||
true, // drafts
|
||||
true, // sent
|
||||
false, // sent
|
||||
false, // archive
|
||||
false, // trash
|
||||
false // junk
|
||||
|
||||
Reference in New Issue
Block a user