mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -04:00
enable dan's new "resync accounts on reconnect" code for push
This commit is contained in:
parent
5131dba71d
commit
c31b224de3
@ -2663,7 +2663,7 @@ public class ImapStore extends Store
|
||||
{
|
||||
handleUntaggedResponses(responses);
|
||||
}
|
||||
if (false && mConnection != oldConnection)
|
||||
if (mConnection != oldConnection)
|
||||
{
|
||||
receiver.syncFolder(ImapFolderPusher.this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user