mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Show if folder has active rules
This commit is contained in:
@@ -42,6 +42,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public String accountName;
|
||||
public Integer accountColor;
|
||||
public String accountState;
|
||||
public int rules;
|
||||
public int messages;
|
||||
public int content;
|
||||
public int unseen;
|
||||
@@ -68,6 +69,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
Objects.equals(this.accountName, other.accountName) &&
|
||||
Objects.equals(this.accountColor, other.accountColor) &&
|
||||
Objects.equals(this.accountState, other.accountState) &&
|
||||
this.rules == other.rules &&
|
||||
this.messages == other.messages &&
|
||||
this.content == other.content &&
|
||||
this.unseen == other.unseen &&
|
||||
|
||||
Reference in New Issue
Block a user