diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index b1354c56c..af5aadb8d 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -61,23 +61,24 @@
- 60
-
+
+
- @string/account_setup_options_mail_window_1day
- @string/account_setup_options_mail_window_3days
- @string/account_setup_options_mail_window_1week
- @string/account_setup_options_mail_window_2weeks
- @string/account_setup_options_mail_window_1month
- - @string/account_setup_options_mail_window_all
+
+
- 1
- 2
- 3
- 4
- 5
- - 6
diff --git a/src/com/android/email/activity/setup/AccountSetupAccountType.java b/src/com/android/email/activity/setup/AccountSetupAccountType.java
index 335d639ca..addf1e8b5 100644
--- a/src/com/android/email/activity/setup/AccountSetupAccountType.java
+++ b/src/com/android/email/activity/setup/AccountSetupAccountType.java
@@ -127,7 +127,7 @@ public class AccountSetupAccountType extends Activity implements OnClickListener
// TODO: Confirm correct delete policy for exchange
mAccount.setDeletePolicy(Account.DELETE_POLICY_ON_DELETE);
mAccount.setAutomaticCheckIntervalMinutes(Account.CHECK_INTERVAL_PUSH);
- mAccount.setSyncWindow(Account.SYNC_WINDOW_3_DAYS);
+ mAccount.setSyncWindow(Account.SYNC_WINDOW_1_DAY);
AccountSetupExchange.actionIncomingSettings(this, mAccount, mMakeDefault);
finish();
}