mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
bb52f583bf
commit
611d32bb2d
|
@ -223,7 +223,7 @@ public class EntityMessage implements Serializable {
|
|||
Objects.equals(this.subject, other.subject) &&
|
||||
Objects.equals(this.size, other.size) &&
|
||||
this.content == other.content &&
|
||||
// plain_only
|
||||
Objects.equals(this.plain_only, other.plain_only) &&
|
||||
Objects.equals(this.preview, other.preview) &&
|
||||
// sent
|
||||
this.received.equals(other.received) &&
|
||||
|
|
Loading…
Reference in New Issue