From b0d68929a5d8a96e94c6c0b81615e19b105dcb15 Mon Sep 17 00:00:00 2001 From: Bao-Long Nguyen-Trong Date: Sun, 14 Dec 2008 03:21:39 +0000 Subject: [PATCH] Added back auto-start of background message sync (most likely removed during merge) --- src/com/fsck/k9/k9.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/com/fsck/k9/k9.java b/src/com/fsck/k9/k9.java index 84bec0af7..d0806e115 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); + } }