mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Fixed updating folder group unread count
This commit is contained in:
@@ -87,7 +87,9 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
this.unseen == other.unseen &&
|
||||
this.unexposed == other.unexposed &&
|
||||
this.flagged == other.flagged &&
|
||||
this.executing == other.executing);
|
||||
this.executing == other.executing &&
|
||||
this.indentation == other.indentation &&
|
||||
this.childs_unseen == other.childs_unseen);
|
||||
} else
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user