mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Move more JSON code into MailSo\Mail\Message
This commit is contained in:
parent
a019f4d80e
commit
49f76ffe76
7 changed files with 75 additions and 70 deletions
|
|
@ -172,7 +172,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
rtf = Intl.RelativeTimeFormat
|
||||
? new Intl.RelativeTimeFormat(doc.documentElement.lang, { numeric: "auto" }) : 0;
|
||||
MessagelistUserStore.forEach(msg => {
|
||||
let dt = (new Date(msg.dateTimeStampInUTC() * 1000)),
|
||||
let dt = (new Date(msg.dateTimestamp() * 1000)),
|
||||
date,
|
||||
ymd = Ymd(dt);
|
||||
if (!current || ymd != current.id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue