mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 12:24:26 +01:00
Fixed setting unified inbox on quick setup
This commit is contained in:
@@ -233,8 +233,10 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
folder.keep_days = EntityFolder.DEFAULT_KEEP;
|
||||
folders.add(folder);
|
||||
|
||||
if (EntityFolder.INBOX.equals(type))
|
||||
if (EntityFolder.INBOX.equals(type)) {
|
||||
folder.unified = true;
|
||||
inbox = true;
|
||||
}
|
||||
if (EntityFolder.DRAFTS.equals(type))
|
||||
drafts = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user