Merge branch 'mjog/709-conversation-trusted-email-tooltip' into 'mainline'

Set conversation trusted email addresses as tooltips

See merge request GNOME/geary!414
This commit is contained in:
Michael Gratton 2020-02-16 21:16:27 +00:00
commit c4b7f86d35

View file

@ -158,6 +158,7 @@ public class ConversationMessage : Gtk.Grid, Geary.BaseInterface {
this.displayed = new Geary.RFC822.MailboxAddress(
this.contact.display_name, this.source.address
);
this.tooltip_text = this.source.address;
} else {
// Display both the display name and the email address
// so that the user has the full information at hand