mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Unified unexposed diff
This commit is contained in:
parent
2529e03028
commit
8b06931106
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue