Use JMAP rfc8621 section-4 subject and receivedAt

This commit is contained in:
the-djmaze 2022-06-01 23:21:59 +02:00
parent 118505f91e
commit a43fadb4e8
7 changed files with 14 additions and 10 deletions

View file

@ -134,7 +134,7 @@ MessagelistUserStore.initUidNextAndNewMessages = (folder, uidNext, newMessages)
newMessages.forEach(item => {
NotificationUserStore.displayDesktopNotification(
EmailCollectionModel.reviveFromJson(item.From).toString(),
item.Subject,
item.subject,
{ Folder: item.Folder, Uid: item.Uid }
);
});