Optionally show recipients in message headers

This commit is contained in:
M66B
2020-05-05 22:39:58 +02:00
parent 691c1c7813
commit 8c50b7f6f1
6 changed files with 135 additions and 61 deletions

View File

@@ -78,6 +78,10 @@ public class ContactInfo {
return bitmap;
}
String getEmailAddress() {
return email;
}
String getDisplayName() {
return displayName;
}