1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-15 14:40:17 -05:00

Merged from trunk:

980 | danapple0 | 2009-11-19 09:19:23 -0600 (Thu, 19 Nov 2009)

Fixes Issue 673
This commit is contained in:
Daniel Applebaum 2009-11-19 15:20:45 +00:00
parent 67437ad0d9
commit ff594be2a4

View File

@ -1932,7 +1932,7 @@ public class ImapStore extends Store {
Log.e(Email.LOG_TAG, "Unable to get oldUidNext", e); Log.e(Email.LOG_TAG, "Unable to get oldUidNext", e);
} }
List<ImapResponse> responses = internalOpen(OpenMode.READ_ONLY); List<ImapResponse> responses = internalOpen(OpenMode.READ_WRITE);
if (mConnection == null) if (mConnection == null)
{ {
receiver.pushError("Could not establish connection for IDLE", null); receiver.pushError("Could not establish connection for IDLE", null);