mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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.scrollMessageToTop();
|
||||||
}
|
}
|
||||||
this.viewHash = message.hash;
|
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.viewFromDkimData(message.fromDkimData());
|
||||||
this.viewToShort(message.toToLine(true, true));
|
this.viewToShort(message.toToLine(true, true));
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue