diff --git a/app/src/main/java/eu/faircode/email/EntityFolder.java b/app/src/main/java/eu/faircode/email/EntityFolder.java index d39a1bf60c..496901e21b 100644 --- a/app/src/main/java/eu/faircode/email/EntityFolder.java +++ b/app/src/main/java/eu/faircode/email/EntityFolder.java @@ -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) &&