mirror of https://github.com/M66B/FairEmail.git
Updated comment
This commit is contained in:
parent
e3535407d4
commit
c7fd8f1f12
|
@ -139,9 +139,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
|||
@NonNull
|
||||
public Boolean read_only = false;
|
||||
@NonNull
|
||||
public Boolean selectable = true; // Cannot contain messages
|
||||
public Boolean selectable = true; // Can contain messages
|
||||
@NonNull
|
||||
public Boolean inferiors = true; // Cannot have child folders
|
||||
public Boolean inferiors = true; // Can have child folders
|
||||
public String error;
|
||||
public Long last_sync;
|
||||
public Long last_sync_foreground;
|
||||
|
|
Loading…
Reference in New Issue