1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 10:22:15 -05:00

Fixes Issue 673

This commit is contained in:
Daniel Applebaum 2009-11-19 15:19:23 +00:00
parent 782f353209
commit a7a46ac6fa

View File

@ -1933,7 +1933,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);