Download sent messages on demand by default

pull/147/head
M66B 6 years ago
parent 66336247de
commit 1b70f3d832

@ -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…
Cancel
Save