mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Resolve #1027
This commit is contained in:
parent
1ca039f796
commit
e14719b021
1 changed files with 1 additions and 1 deletions
|
|
@ -801,7 +801,7 @@ export class ComposePopupView extends AbstractViewPopup {
|
|||
}
|
||||
|
||||
if (msgComposeType && message) {
|
||||
sDate = timestampToString(message.dateTimeStampInUTC(), 'FULL');
|
||||
sDate = timestampToString(message.dateTimestamp(), 'FULL');
|
||||
sSubject = message.subject();
|
||||
aDraftInfo = message.draftInfo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue