mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
Show email address for #683 and see what it brings
This commit is contained in:
parent
434ac21103
commit
7dca36409d
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue