mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
280a5ba6e2
Summary: When searching using IMAP/Gmail commands we sometimes get back UIDs for messages that we have yet to sync. Previously we would just ignore these results, which would decrease the quality search results for quite some time during initial sync. This diff enables us to eagerly sync the unknown messages we get back from the provider by creating a syncback task which interrupts the sync loop and runs a sync task for the unknown UIDs. Test Plan: Run locally, verify that we sync unknown messages Reviewers: spang, evan, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D4101 |
||
---|---|---|
.. | ||
main.es6 | ||
search-actions.es6 | ||
search-mailbox-perspective.es6 | ||
search-query-subscription.es6 | ||
search-store.es6 | ||
thread-search-bar.jsx |