mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Download sent messages on demand by default
This commit is contained in:
parent
66336247de
commit
1b70f3d832
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue