Added sort on sent time

This commit is contained in:
M66B
2020-02-06 22:32:29 +01:00
parent 16dd351cc8
commit 0e37fd6b5b
11 changed files with 44 additions and 58 deletions

View File

@@ -117,7 +117,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Boolean ignore_size = false;
@NonNull
public Boolean use_date = false;
public Boolean use_date = false; // Obsolete
public String prefix; // namespace, obsolete
public Long quota_usage;