Improved folder collapsing/expanding

This commit is contained in:
M66B
2019-03-18 08:33:40 +00:00
parent afa752328c
commit 3a85a016f8
14 changed files with 1808 additions and 220 deletions

View File

@@ -239,7 +239,6 @@ public class FragmentSetup extends FragmentBase {
outbox = new EntityFolder();
outbox.name = "OUTBOX";
outbox.type = EntityFolder.OUTBOX;
outbox.level = 0;
outbox.synchronize = false;
outbox.sync_days = 0;
outbox.keep_days = 0;