Fixed auto create system folders

This commit is contained in:
M66B
2024-08-31 14:49:36 +02:00
parent 93dd9f2666
commit d40802743a

View File

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