mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +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) {
|
if (msgComposeType && message) {
|
||||||
sDate = timestampToString(message.dateTimeStampInUTC(), 'FULL');
|
sDate = timestampToString(message.dateTimestamp(), 'FULL');
|
||||||
sSubject = message.subject();
|
sSubject = message.subject();
|
||||||
aDraftInfo = message.draftInfo;
|
aDraftInfo = message.draftInfo;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue