mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Cache changes for #1003
This commit is contained in:
parent
4dbcade830
commit
5436253ffd
12 changed files with 47 additions and 198 deletions
|
|
@ -21,7 +21,6 @@ import PreviewHTML from 'Html/PreviewMessage.html';
|
|||
|
||||
import { LanguageStore } from 'Stores/Language';
|
||||
|
||||
//import { MessageFlagsCache } from 'Common/Cache';
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
const
|
||||
|
|
@ -34,7 +33,6 @@ const
|
|||
Remote.request('MessageSetKeyword', iError => {
|
||||
if (!iError) {
|
||||
isSet ? flags.remove(lower) : flags.push(lower);
|
||||
// MessageFlagsCache.setFor(message.folder, message.uid, flags());
|
||||
}
|
||||
}, {
|
||||
folder: message.folder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue