mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Fixed folder flags
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user