mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Get number of flagged messages for folders
This commit is contained in:
@@ -46,6 +46,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public int messages;
|
||||
public int content;
|
||||
public int unseen;
|
||||
public int flagged;
|
||||
public int executing;
|
||||
|
||||
@Ignore
|
||||
@@ -74,6 +75,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
this.messages == other.messages &&
|
||||
this.content == other.content &&
|
||||
this.unseen == other.unseen &&
|
||||
this.flagged == other.flagged &&
|
||||
this.executing == other.executing);
|
||||
} else
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user