mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
* don't divide folder.interval time, it has no purpose * up the limit to 10 folders per request folder.checkable() is still broken
This commit is contained in:
parent
b7f79db21c
commit
54f3337f01
3 changed files with 9 additions and 7 deletions
|
|
@ -683,7 +683,7 @@ class MessageUserStore {
|
|||
folder = getFolderFromCacheList(collection.Folder);
|
||||
|
||||
if (folder && !cached) {
|
||||
folder.interval = Date.now() / 1000;
|
||||
folder.interval = Date.now();
|
||||
|
||||
setFolderHash(collection.Folder, collection.FolderHash);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue