This commit is contained in:
M66B
2019-01-02 19:13:07 +01:00
parent a5ae4e4d38
commit c73725c220
2 changed files with 2 additions and 1 deletions

View File

@@ -296,6 +296,7 @@ public class FragmentSetup extends FragmentEx {
EntityFolder inbox = new EntityFolder();
inbox.name = "INBOX";
inbox.type = EntityFolder.INBOX;
inbox.level = 0;
inbox.synchronize = true;
inbox.unified = true;
inbox.notify = true;