mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
f825f94c9a
commit
f90e06c50e
|
@ -498,6 +498,7 @@ public class EntityMessage implements Serializable {
|
|||
Objects.equals(this.reply_domain, other.reply_domain) &&
|
||||
Objects.equals(this.avatar, other.avatar) &&
|
||||
Objects.equals(this.sender, other.sender) &&
|
||||
MessageHelper.equal(this.return_path, other.return_path) &&
|
||||
MessageHelper.equal(this.submitter, other.submitter) &&
|
||||
MessageHelper.equal(this.from, other.from) &&
|
||||
MessageHelper.equal(this.to, other.to) &&
|
||||
|
|
Loading…
Reference in New Issue