mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Unified unexposed diff
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user