Small improvement

pull/153/head
M66B 6 years ago
parent 2ff9bc70a1
commit 5c3819970c

@ -1367,7 +1367,7 @@ class Core {
} }
for (Address recipient : recipients) { for (Address recipient : recipients) {
String email = ((InternetAddress) recipient).getAddress(); String email = ((InternetAddress) recipient).getAddress().toLowerCase();
String name = ((InternetAddress) recipient).getPersonal(); String name = ((InternetAddress) recipient).getPersonal();
Uri avatar = ContactInfo.getLookupUri(context, new Address[]{recipient}); Uri avatar = ContactInfo.getLookupUri(context, new Address[]{recipient});
EntityContact contact = db.contact().getContact(folder.account, type, email); EntityContact contact = db.contact().getContact(folder.account, type, email);

Loading…
Cancel
Save