mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Fixed message count
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 visible;
|
||||
public boolean duplicate;
|
||||
|
||||
@Override
|
||||
@@ -47,6 +48,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.unseen == other.unseen &&
|
||||
this.unflagged == other.unflagged &&
|
||||
this.attachments == other.attachments &&
|
||||
this.visible == other.visible &&
|
||||
this.duplicate == other.duplicate);
|
||||
}
|
||||
return false;
|
||||
@@ -67,6 +69,7 @@ public class TupleMessageEx extends EntityMessage {
|
||||
this.unseen == other.unseen &&
|
||||
this.unflagged == other.unflagged &&
|
||||
this.attachments == other.attachments &&
|
||||
this.visible == other.visible &&
|
||||
this.duplicate == other.duplicate);
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user