Fixed folder flags

This commit is contained in:
M66B
2019-03-06 14:54:32 +00:00
parent f1e90e038c
commit 485af81dca
2 changed files with 1 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -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))