mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Show account errors warning
This commit is contained in:
@@ -44,6 +44,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
public String accountCategory;
|
||||
public Integer accountColor;
|
||||
public String accountState;
|
||||
public String accountError;
|
||||
public int rules;
|
||||
public int messages;
|
||||
public int content;
|
||||
@@ -74,6 +75,7 @@ public class TupleFolderEx extends EntityFolder implements Serializable {
|
||||
Objects.equals(this.accountCategory, other.accountCategory) &&
|
||||
Objects.equals(this.accountColor, other.accountColor) &&
|
||||
Objects.equals(this.accountState, other.accountState) &&
|
||||
Objects.equals(this.accountError, other.accountError) &&
|
||||
this.rules == other.rules &&
|
||||
this.messages == other.messages &&
|
||||
this.content == other.content &&
|
||||
|
||||
Reference in New Issue
Block a user