1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 09:52:16 -05:00

Added back auto-start of background message sync (most likely removed during merge)

This commit is contained in:
Bao-Long Nguyen-Trong 2008-12-14 03:21:39 +00:00
parent c2e0a39155
commit b0d68929a5

View File

@ -158,6 +158,13 @@ public class k9 extends Application {
* doesn't work in Android and MimeMessage does not have access to a Context.
*/
BinaryTempFileBody.setTempDirectory(getCacheDir());
/*
* Enable background sync of messages
*/
setServicesEnabled(this);
}
}