Added folder namespaces

This commit is contained in:
M66B
2021-09-24 09:51:57 +02:00
parent aa467c4af4
commit ea1573c273
15 changed files with 2665 additions and 79 deletions

View File

@@ -116,7 +116,8 @@ public class EntityAccount extends EntityOrder implements Serializable {
public Integer max_messages; // POP3
@NonNull
public Boolean auto_seen = true;
public Character separator;
@ColumnInfo(name = "separator")
public Character _separator; // obsolete
public Long swipe_left;
public Long swipe_right;
public Long move_to;