mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
[local-sync] Update comment on _processExistingMessage
This commit is contained in:
parent
9e426419c5
commit
f06ba78d8a
1 changed files with 5 additions and 3 deletions
|
@ -205,10 +205,12 @@ class MessageProcessor {
|
|||
* delivered one. We store this to keep track of our delivered state and
|
||||
* to ensure it's in the sent folder.
|
||||
*
|
||||
* We also get already processed messages because they may have had their
|
||||
* folders or labels changed or had some other property updated with them.
|
||||
*
|
||||
* It'll have the basic ID, but no thread, labels, etc.
|
||||
*
|
||||
* We also get already processed messages because they may have had their
|
||||
* folders or labels changed or had some other property updated with them,
|
||||
* or because we interrupted the sync loop before the message was fully
|
||||
* processed.
|
||||
*/
|
||||
async _processExistingMessage(existingMessage, parsedMessage, struct) {
|
||||
const {accountId} = parsedMessage;
|
||||
|
|
Loading…
Reference in a new issue