mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Fixed auto create system folders
This commit is contained in:
@@ -502,6 +502,8 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
boolean other = false;
|
||||
for (EntityFolder folder : folders)
|
||||
switch (folder.type) {
|
||||
case EntityFolder.INBOX:
|
||||
break;
|
||||
case EntityFolder.DRAFTS:
|
||||
drafts = true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user