mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 11:36:08 +08:00
Summary: In JavaScript, null <= null is truthy. So if you set fetchedmax but not fetchedmin and minUID, and then highestmodseq doesn't increment, we will incorrectly skip updates on All Mail after the first batch of Gmail inbox UID downloads, only making further progress on sync if the user receives a new mail. This patch tightens isSyncComplete() to require that all variables used in the math comparisons are set. Test Plan: manual 😢 Reviewers: evan, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3787 |
||
---|---|---|
.. | ||
images | ||
spec | ||
src | ||
stylesheets | ||
main.es6 | ||
package.json |