Auto classify depends on download

This commit is contained in:
M66B
2021-01-02 22:52:41 +01:00
parent bce800a855
commit 8d5268877f
5 changed files with 41 additions and 30 deletions

View File

@@ -89,6 +89,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
public Integer poll_count = 0;
@NonNull
public Boolean download = true;
@NonNull
public Boolean auto_classify = false;
public Boolean subscribed;
@NonNull
public Integer sync_days;
@@ -108,8 +110,6 @@ public class EntityFolder extends EntityOrder implements Serializable {
public Boolean navigation = false;
@NonNull
public Boolean notify = false;
@NonNull
public Boolean auto_classify = false;
public Integer total; // messages on server
public String[] keywords;