From d29bd7b284ce7c5badd2312156399d14a7956d38 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 29 Sep 2013 16:09:51 -0400 Subject: [PATCH] 4.590 updates --- res/xml/changelog_master.xml | 5 +++++ src/com/fsck/k9/K9.java | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/res/xml/changelog_master.xml b/res/xml/changelog_master.xml index 02fe67361..cc9b09dc4 100644 --- a/res/xml/changelog_master.xml +++ b/res/xml/changelog_master.xml @@ -8,6 +8,11 @@ They are automatically updated with "ant bump-version". --> + + Updated German, Russian, and Slovak translations + Better fallback letters for contact pictures in some circumstances + More reliable generation of file attachments + Updated auto-configuration settings to use IMAP for outlook.com Updated auto-configuration settings for gmx.de diff --git a/src/com/fsck/k9/K9.java b/src/com/fsck/k9/K9.java index 5b3e20bbc..cf08ef624 100644 --- a/src/com/fsck/k9/K9.java +++ b/src/com/fsck/k9/K9.java @@ -117,7 +117,7 @@ public class K9 extends Application { * It should NEVER be on for Market builds * Right now, it just governs strictmode **/ - public static boolean DEVELOPER_MODE = true; + public static boolean DEVELOPER_MODE = false; /**