mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
661422d8ec
commit
ffb64cd8ba
|
@ -268,6 +268,7 @@ public class EntityFolder implements Serializable {
|
|||
this.collapsed == other.collapsed &&
|
||||
this.unified == other.unified &&
|
||||
this.notify == other.notify &&
|
||||
Objects.equals(this.subscribed, other.subscribed) &&
|
||||
Objects.equals(this.total, other.total) &&
|
||||
Helper.equal(this.keywords, other.keywords) &&
|
||||
Objects.equals(this.tbd, other.tbd) &&
|
||||
|
|
Loading…
Reference in New Issue