mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Prepared signed-only messages
This commit is contained in:
@@ -45,6 +45,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public int unseen;
|
||||
public int unflagged;
|
||||
public int drafts;
|
||||
public int signed;
|
||||
public int encrypted;
|
||||
public int visible;
|
||||
public Long totalSize;
|
||||
@@ -79,6 +80,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.unseen == other.unseen &&
|
||||
this.unflagged == other.unflagged &&
|
||||
this.drafts == other.drafts &&
|
||||
this.signed == other.signed &&
|
||||
this.encrypted == other.encrypted &&
|
||||
this.visible == other.visible &&
|
||||
Objects.equals(this.totalSize, other.totalSize) &&
|
||||
|
||||
Reference in New Issue
Block a user