mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Revert "Get number of flagged messages for folders"
This reverts commit 36a63b066c.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user