diff --git a/src/com/fsck/k9/k9.java b/src/com/fsck/k9/k9.java index 84bec0af7d..d0806e1150 100644 --- a/src/com/fsck/k9/k9.java +++ b/src/com/fsck/k9/k9.java @@ -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); + } }