mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Set recognized extra only
This commit is contained in:
@@ -117,6 +117,9 @@ public class EntityIdentity {
|
||||
if (other == null)
|
||||
return false;
|
||||
|
||||
if (!other.contains("@") || !email.contains("@"))
|
||||
return false;
|
||||
|
||||
return other.equalsIgnoreCase(email);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user