1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 02:28:18 +00:00
This commit is contained in:
M66B 2019-04-25 20:38:17 +02:00
parent d1b9345cf5
commit 07d18e4164

View file

@ -280,7 +280,6 @@ 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) &&