mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Fixed updating of keywords
This commit is contained in:
parent
5e614f7476
commit
c0853b1734
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ public class EntityMessage implements Serializable {
|
|||
this.seen.equals(other.seen) &&
|
||||
this.answered.equals(other.answered) &&
|
||||
this.flagged.equals(other.flagged) &&
|
||||
Helper.equal(this.keywords, other.keywords) &&
|
||||
this.ui_seen.equals(other.ui_seen) &&
|
||||
this.ui_answered.equals(other.ui_answered) &&
|
||||
this.ui_flagged.equals(other.ui_flagged) &&
|
||||
|
|
Loading…
Reference in a new issue