Use local drafts folder if needed

This commit is contained in:
M66B
2020-12-17 15:05:44 +01:00
parent 92dac6a771
commit 997a51fb70
9 changed files with 2380 additions and 11 deletions

View File

@@ -77,6 +77,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
@NonNull
public Integer level = 0; // obsolete
@NonNull
public Boolean local = false;
@NonNull
public Boolean synchronize;
@NonNull
public Boolean poll = false;