am 40b9f3c7: am f0987d36: am 9332c48f: am 349e6b91: am f61e098a: Correctly update UI_SYNC_STATUS upon search

* commit '40b9f3c7df410faf9a836990283f9a2030b23316':
  Correctly update UI_SYNC_STATUS upon search
diff --git a/provider_src/com/android/email/provider/EmailProvider.java b/provider_src/com/android/email/provider/EmailProvider.java
index 8a10b81..bc7f374 100644
--- a/provider_src/com/android/email/provider/EmailProvider.java
+++ b/provider_src/com/android/email/provider/EmailProvider.java
@@ -5966,7 +5966,7 @@
             // service can start its query, we need it to see that there is a sync in progress.
             // Otherwise it could show the empty state, until the service gets around to setting
             // the syncState.
-            cv.put(Mailbox.SYNC_STATUS, EmailContent.SYNC_STATUS_LIVE);
+            cv.put(Mailbox.UI_SYNC_STATUS, EmailContent.SYNC_STATUS_LIVE);
             // We don't know how many result we'll have yet, but we assume zero until we get
             // a response back from the server. Otherwise, we'll whatever count there was on the
             // previous search, and we'll display the "Load More" footer prior to having