mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Fixes Issue 673
This commit is contained in:
parent
782f353209
commit
a7a46ac6fa
@ -1933,7 +1933,7 @@ public class ImapStore extends Store {
|
||||
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)
|
||||
{
|
||||
receiver.pushError("Could not establish connection for IDLE", null);
|
||||
|
Loading…
Reference in New Issue
Block a user