0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02: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);
}
}