1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

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;