mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Show if drafts
This commit is contained in:
@@ -30,6 +30,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public int unseen;
|
||||
public int unflagged;
|
||||
public int attachments;
|
||||
public int drafts;
|
||||
public int visible;
|
||||
public boolean duplicate;
|
||||
|
||||
@@ -48,6 +49,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.unseen == other.unseen &&
|
||||
this.unflagged == other.unflagged &&
|
||||
this.attachments == other.attachments &&
|
||||
this.drafts == other.drafts &&
|
||||
this.visible == other.visible &&
|
||||
this.duplicate == other.duplicate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user