mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Cleanup
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user