mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Cache changes for #1003
This commit is contained in:
parent
4dbcade830
commit
5436253ffd
12 changed files with 47 additions and 198 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { MessageFlagsCache } from 'Common/Cache';
|
||||
import { Notifications } from 'Common/Enums';
|
||||
import { MessageSetAction, ComposeType/*, FolderType*/ } from 'Common/EnumsUser';
|
||||
import { doc, createElement, elementById, dropdowns, dropdownVisibility, SettingsGet, leftPanelDisabled } from 'Common/Globals';
|
||||
|
|
@ -313,8 +312,6 @@ populateMessageBody = (oMessage, popup) => {
|
|||
oMessage.body.remove();
|
||||
*/
|
||||
viewMessage(oMessage, popup);
|
||||
|
||||
MessageFlagsCache.initMessage(oMessage);
|
||||
}
|
||||
}
|
||||
popup || MessageUserStore.loading(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue