mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Merge some parts of initByJson and initUpdateByMessageJson
Cleanup messageListChecked handling
This commit is contained in:
parent
46198861bc
commit
b66e68a3b1
8 changed files with 46 additions and 61 deletions
|
|
@ -92,7 +92,7 @@ class MessageViewMailBoxUserView extends AbstractViewNext {
|
|||
this.attachmentsActions = AppStore.attachmentsActions;
|
||||
|
||||
this.message = MessageStore.message;
|
||||
this.messageListChecked = MessageStore.messageListChecked;
|
||||
// this.messageListChecked = MessageStore.messageListChecked;
|
||||
this.hasCheckedMessages = MessageStore.hasCheckedMessages;
|
||||
this.messageListCheckedOrSelectedUidsWithSubMails = MessageStore.messageListCheckedOrSelectedUidsWithSubMails;
|
||||
this.messageLoadingThrottle = MessageStore.messageLoadingThrottle;
|
||||
|
|
@ -410,7 +410,7 @@ class MessageViewMailBoxUserView extends AbstractViewNext {
|
|||
index = listIndex;
|
||||
}
|
||||
|
||||
listIndex += 1;
|
||||
++listIndex;
|
||||
|
||||
return {
|
||||
src: item.linkPreview(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue