Small cleanups to POP/IMAP sync.

* Close after sync, so next sync will open and update message count.
This commit is contained in:
Andrew Stadler 2009-07-15 17:46:43 -07:00
parent 976f92908d
commit 3c27c65426
1 changed files with 3 additions and 0 deletions

View File

@ -961,6 +961,9 @@ public class MessagingController implements Runnable {
// 15. Clean up and report results
remoteFolder.close(false);
// TODO - more
// Original sync code. Using for reference, will delete when done.
if (false) {
/*