Show email address for #683 and see what it brings

This commit is contained in:
the-djmaze 2022-11-22 11:23:55 +01:00
parent 434ac21103
commit 7dca36409d

View file

@ -189,7 +189,8 @@ export class MailMessageView extends AbstractViewRight {
this.scrollMessageToTop();
}
this.viewHash = message.hash;
this.viewFromShort(message.fromToLine(true, true));
// TODO: make first param a user setting #683
this.viewFromShort(message.fromToLine(false, true));
this.viewFromDkimData(message.fromDkimData());
this.viewToShort(message.toToLine(true, true));
} else {