mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 07:10:14 -05: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