From ce9b280746728e69a0d28f4fba240464f60b12b3 Mon Sep 17 00:00:00 2001 From: Koji Arai Date: Sun, 15 May 2011 00:15:01 +0900 Subject: [PATCH] Added account preference to display quoted text. --- res/values/strings.xml | 3 +++ res/xml/account_settings_preferences.xml | 7 +++++++ src/com/fsck/k9/Account.java | 13 +++++++++++++ src/com/fsck/k9/activity/MessageCompose.java | 14 +++++++++----- .../fsck/k9/activity/setup/AccountSettings.java | 6 ++++++ 5 files changed, 38 insertions(+), 5 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index fcdf3539a..0239bcadc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -564,6 +564,9 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Sending mail + Show quoted text by default + When replying to messages, the original message is in your reply. + Reply after quoted text When replying to messages, the original message will appear above your reply. diff --git a/res/xml/account_settings_preferences.xml b/res/xml/account_settings_preferences.xml index 33a29ed60..942eee150 100644 --- a/res/xml/account_settings_preferences.xml +++ b/res/xml/account_settings_preferences.xml @@ -239,6 +239,13 @@ android:entries="@array/account_settings_quote_style_entries" android:entryValues="@array/account_settings_quote_style_values" /> + +