mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Show account/folder connectivity
This commit is contained in:
@@ -29,7 +29,7 @@ public class TupleFolderEx extends EntityFolder {
|
||||
if (obj instanceof TupleFolderEx) {
|
||||
TupleFolderEx other = (TupleFolderEx) obj;
|
||||
return (super.equals(obj) &&
|
||||
this.accountName == null ? other.accountName == null : accountName.equals(other.accountName) &&
|
||||
(this.accountName == null ? other.accountName == null : accountName.equals(other.accountName)) &&
|
||||
this.messages == other.messages &&
|
||||
this.unseen == other.unseen);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user