mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Small improvement
This commit is contained in:
parent
3f4c9d6625
commit
b7cdf5a6e1
1 changed files with 3 additions and 1 deletions
|
@ -380,7 +380,9 @@ public class EntityAccount extends EntityOrder implements Serializable {
|
|||
Objects.equals(this.error, other.error) &&
|
||||
Objects.equals(this.last_connected, other.last_connected) &&
|
||||
Objects.equals(this.backoff_until, other.backoff_until) &&
|
||||
Objects.equals(this.max_size, other.max_size));
|
||||
Objects.equals(this.max_size, other.max_size) &&
|
||||
Objects.equals(this.capability_idle, other.capability_idle) &&
|
||||
Objects.equals(this.capability_utf8, other.capability_utf8));
|
||||
} else
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue