summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/constants.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index e25d009ed..74ce82f68 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -30,4 +30,10 @@
<!-- Boolean value indicating whether we should show the OAuth option on initial account setup
(not settings) -->
<bool name="skip_oauth_on_setup">false</bool>
+
+ <!-- the email application reconciles accounts on startup with the account manager -->
+ <bool name="reconcile_accounts">true</bool>
+
+ <!-- the email application starts services -->
+ <bool name="enable_services">true</bool>
</resources> \ No newline at end of file