Store encryption status

This commit is contained in:
M66B
2020-01-18 11:28:37 +01:00
parent 2fddb29006
commit 0a8a412238
8 changed files with 2123 additions and 17 deletions

View File

@@ -76,6 +76,7 @@ public class TupleMessageEx extends EntityMessage {
Objects.equals(this.identityName, other.identityName) &&
Objects.equals(this.identityEmail, other.identityEmail) &&
Objects.equals(this.identitySynchronize, other.identitySynchronize) &&
MessageHelper.equal(this.senders, other.senders) &&
this.count == other.count &&
this.unseen == other.unseen &&
this.unflagged == other.unflagged &&