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
1 changed files with 7 additions and 0 deletions

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);
}
}