Unified unexposed diff

pull/214/head
M66B 2 years ago
parent 2529e03028
commit 8b06931106

@ -41,6 +41,7 @@ public class TupleFolderUnified {
this.folders == other.folders &&
this.messages == other.messages &&
this.unseen == other.unseen &&
this.unexposed == other.unexposed &&
Objects.equals(this.sync_state, other.sync_state) &&
Objects.equals(this.color, other.color) &&
this.colorCount == other.colorCount);

Loading…
Cancel
Save