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

@@ -42,7 +42,6 @@ public class TupleAccountState extends EntityAccount {
this.poll_interval.equals(other.poll_interval) &&
this.partial_fetch.equals(other.partial_fetch) &&
this.ignore_size.equals(other.ignore_size) &&
this.use_date.equals(other.use_date) &&
this.folders == other.folders &&
Objects.equals(this.tbd, other.tbd));
} else