mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Show if attachments in conversation
This commit is contained in:
@@ -59,6 +59,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public int drafts;
|
||||
public int visible;
|
||||
public int visible_unseen;
|
||||
public int totalAttachments;
|
||||
public Long totalSize;
|
||||
public Integer ui_priority;
|
||||
public Integer ui_importance;
|
||||
@@ -163,6 +164,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.drafts == other.drafts &&
|
||||
this.visible == other.visible &&
|
||||
this.visible_unseen == other.visible_unseen &&
|
||||
this.totalAttachments == other.totalAttachments &&
|
||||
Objects.equals(this.totalSize, other.totalSize) &&
|
||||
Objects.equals(this.ui_priority, other.ui_priority) &&
|
||||
Objects.equals(this.ui_importance, other.ui_importance) &&
|
||||
|
||||
Reference in New Issue
Block a user