Added back auto-start of background message sync (most likely removed during merge)
This commit is contained in:
parent
c2e0a39155
commit
b0d68929a5
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue