mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
No need to call folderInformationMultiply at boot when LIST-STATUS is supported
This commit is contained in:
parent
8d07ab87fa
commit
d0210bd09a
10 changed files with 97 additions and 83 deletions
|
|
@ -855,7 +855,7 @@ class AppUser extends AbstractApp {
|
|||
this.folderInformation(cF);
|
||||
}
|
||||
this.quota();
|
||||
this.folderInformationMultiply(true);
|
||||
FolderUserStore.listStatusSupported() || this.folderInformationMultiply(true);
|
||||
}, 1000);
|
||||
|
||||
setTimeout(() => Remote.appDelayStart(()=>0), 35000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue