Fixed folder flags

pull/152/head
M66B 6 years ago
parent f1e90e038c
commit 485af81dca

@ -896,7 +896,6 @@ public class FragmentAccount extends FragmentBase {
inbox.synchronize = true;
inbox.unified = true;
inbox.notify = true;
inbox.initialize = true;
inbox.sync_days = EntityFolder.DEFAULT_SYNC;
inbox.keep_days = EntityFolder.DEFAULT_KEEP;
}

@ -295,6 +295,7 @@ public class FragmentQuickSetup extends FragmentBase {
if (EntityFolder.INBOX.equals(type)) {
folder.unified = true;
folder.notify = true;
inbox = true;
}
if (EntityFolder.DRAFTS.equals(type))

Loading…
Cancel
Save