From e278ea23e9588a0cd7d0f913df8fa3eb2ed1d306 Mon Sep 17 00:00:00 2001 From: Bernhard Redl Date: Sun, 24 Apr 2011 13:54:28 +1000 Subject: [PATCH] Add a preference for selecting a default folder in which to save attachments --- res/values/strings.xml | 3 ++ res/xml/global_preferences.xml | 6 ++- src/com/fsck/k9/K9.java | 15 ++++-- src/com/fsck/k9/activity/setup/Prefs.java | 62 ++++++++++++++++++++++- 4 files changed, 80 insertions(+), 6 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 8737904e7..425682fce 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1041,4 +1041,7 @@ Welcome to K-9 Mail setup. K-9 is an open source mail client for Android origin Account \"%s\" is unavailable; check storage + Attachments Default Path + Save to + No filebrowser installed. Please enter destination foldername diff --git a/res/xml/global_preferences.xml b/res/xml/global_preferences.xml index aee7235e2..a65450f83 100644 --- a/res/xml/global_preferences.xml +++ b/res/xml/global_preferences.xml @@ -231,7 +231,11 @@ android:dialogTitle="@string/global_settings_confirm_actions_title" android:positiveButtonText="@android:string/ok" android:negativeButtonText="@android:string/cancel" /> - +