mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Added back auto-start of background message sync (most likely removed during merge)
This commit is contained in:
parent
c2e0a39155
commit
b0d68929a5
@ -158,6 +158,13 @@ public class k9 extends Application {
|
|||||||
* doesn't work in Android and MimeMessage does not have access to a Context.
|
* doesn't work in Android and MimeMessage does not have access to a Context.
|
||||||
*/
|
*/
|
||||||
BinaryTempFileBody.setTempDirectory(getCacheDir());
|
BinaryTempFileBody.setTempDirectory(getCacheDir());
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Enable background sync of messages
|
||||||
|
*/
|
||||||
|
|
||||||
|
setServicesEnabled(this);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user