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:
commit
c4b7f86d35
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue