Revert "Get number of flagged messages for folders"

This reverts commit 36a63b066c.
This commit is contained in:
M66B
2020-05-10 12:36:57 +02:00
parent d7bda5346a
commit 377b78f305
2 changed files with 0 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
public int messages;
public int content;
public int unseen;
public int flagged;
public int executing;
@Ignore
@@ -75,7 +74,6 @@ 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;