mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Get unexposed message count
This commit is contained in:
@@ -49,6 +49,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public int messages;
|
||||
public int content;
|
||||
public int unseen;
|
||||
public int unexposed;
|
||||
public int flagged;
|
||||
public int executing;
|
||||
|
||||
@@ -84,6 +85,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
this.messages == other.messages &&
|
||||
this.content == other.content &&
|
||||
this.unseen == other.unseen &&
|
||||
this.unexposed == other.unexposed &&
|
||||
this.flagged == other.flagged &&
|
||||
this.executing == other.executing);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user