mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 18:47:51 +08:00
[client-sync] Fix missing pass in of syncWorker to FetchNewMessagesInFolder
This commit is contained in:
parent
f23a96c481
commit
e991349708
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ async function saveSentMessage({db, account, syncWorker, logger, imap, provider,
|
|||
account,
|
||||
folder: allMailFolder,
|
||||
})
|
||||
await syncOperation.run(db, imap)
|
||||
await syncOperation.run(db, imap, syncWorker)
|
||||
}
|
||||
|
||||
async function setThreadingReferences(db, baseMessage) {
|
||||
|
|
Loading…
Reference in a new issue