mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Experiment: show number of unseen messages in lists
This commit is contained in:
@@ -55,6 +55,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
public int signed;
|
||||
public int encrypted;
|
||||
public int visible;
|
||||
public int visible_unseen;
|
||||
public Long totalSize;
|
||||
public Integer ui_priority;
|
||||
public Integer ui_importance;
|
||||
@@ -113,6 +114,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.signed == other.signed &&
|
||||
this.encrypted == other.encrypted &&
|
||||
this.visible == other.visible &&
|
||||
this.visible_unseen == other.visible_unseen &&
|
||||
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