1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

enable dan's new "resync accounts on reconnect" code for push

This commit is contained in:
Jesse Vincent 2010-05-03 00:20:27 +00:00
parent 5131dba71d
commit c31b224de3

View File

@ -2663,7 +2663,7 @@ public class ImapStore extends Store
{
handleUntaggedResponses(responses);
}
if (false && mConnection != oldConnection)
if (mConnection != oldConnection)
{
receiver.syncFolder(ImapFolderPusher.this);
}