mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -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);
|
handleUntaggedResponses(responses);
|
||||||
}
|
}
|
||||||
if (false && mConnection != oldConnection)
|
if (mConnection != oldConnection)
|
||||||
{
|
{
|
||||||
receiver.syncFolder(ImapFolderPusher.this);
|
receiver.syncFolder(ImapFolderPusher.this);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user