mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 19:43:04 +08:00
[local-sync] fix cleanup of sent messages
This commit is contained in:
parent
47f1f440d7
commit
04ff46eb04
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class SyncWorker {
|
|||
const noFolderImapUID = await Message.findAll({
|
||||
where: {
|
||||
folderImapUID: null,
|
||||
isProcessed: true,
|
||||
},
|
||||
})
|
||||
const affectedThreadIds = new Set();
|
||||
|
|
Loading…
Reference in a new issue