Unified unexposed diff

This commit is contained in:
M66B 2024-03-03 11:15:47 +01:00
parent 2529e03028
commit 8b06931106
1 changed files with 1 additions and 0 deletions

View File

@ -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);