mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Notification contact names
This commit is contained in:
@@ -82,15 +82,6 @@ public class ContactInfo {
|
||||
return displayName;
|
||||
}
|
||||
|
||||
String getDisplayName(boolean name_email) {
|
||||
if (!name_email && displayName != null)
|
||||
return displayName;
|
||||
else if (displayName == null)
|
||||
return (email == null ? "" : email);
|
||||
else
|
||||
return displayName + " <" + email + ">";
|
||||
}
|
||||
|
||||
boolean hasLookupUri() {
|
||||
return (lookupUri != null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user