Debug: folder flags

This commit is contained in:
M66B
2023-04-18 17:59:28 +02:00
parent 7d2dac420d
commit 688f4f6b58
7 changed files with 3000 additions and 5 deletions

View File

@@ -125,7 +125,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
public Boolean notify = false;
public Integer total; // messages on server
public String[] keywords;
public String[] flags; // system flags
public String[] keywords; // user flags
@NonNull
public Long selected_last = 0L;