mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Small fix
This commit is contained in:
@@ -47,6 +47,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
Objects.equals(this.max_messages, other.max_messages) &&
|
||||
this.keep_alive_noop.equals(other.keep_alive_noop) &&
|
||||
this.poll_interval.equals(other.poll_interval) &&
|
||||
this.poll_exempted.equals(other.poll_exempted) &&
|
||||
this.partial_fetch.equals(other.partial_fetch) &&
|
||||
this.ignore_size.equals(other.ignore_size) &&
|
||||
this.use_date.equals(other.use_date) &&
|
||||
|
||||
Reference in New Issue
Block a user