mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
Fetch folders and labels at the same time
This commit is contained in:
parent
a2e3c98d84
commit
9cbc284ed5
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ class NylasSyncWorker
|
|||
needed = [
|
||||
{model: 'threads'},
|
||||
{model: 'messages', maxFetchCount: 5000}
|
||||
{model: @_account.categoryCollection(), initialPageSize: 1000}
|
||||
{model: 'folders', initialPageSize: 1000}
|
||||
{model: 'labels', initialPageSize: 1000}
|
||||
{model: 'drafts'},
|
||||
{model: 'contacts'},
|
||||
{model: 'calendars'},
|
||||
|
|
Loading…
Reference in a new issue