mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Cleanup some MessageFlagsCache handling
This commit is contained in:
parent
42fe9ae1ba
commit
78a3b1a5be
3 changed files with 10 additions and 17 deletions
|
|
@ -18,6 +18,7 @@ import { AbstractModel } from 'Knoin/AbstractModel';
|
|||
|
||||
import PreviewHTML from 'Html/PreviewMessage.html';
|
||||
|
||||
//import { MessageFlagsCache } from 'Common/Cache';
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
const
|
||||
|
|
@ -44,6 +45,7 @@ const
|
|||
} else {
|
||||
message.flags.push(lower);
|
||||
}
|
||||
// MessageFlagsCache.setFor(message.folder, message.uid, message.flags());
|
||||
}
|
||||
}, {
|
||||
Folder: message.folder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue