From 87802a01efc47be76bab7b1d89eb8c184d754995 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Mon, 26 May 2014 14:57:25 -0700 Subject: [PATCH] Issue 4690: Add privacy pref to omit K-9 User-Agent header. --- res/values/strings.xml | 1 + res/xml/global_preferences.xml | 5 +++++ src/com/fsck/k9/K9.java | 10 ++++++++++ src/com/fsck/k9/activity/MessageCompose.java | 5 ++++- src/com/fsck/k9/activity/setup/Prefs.java | 5 +++++ src/com/fsck/k9/preferences/GlobalSettings.java | 3 +++ 6 files changed, 28 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index e16ca6622..3ac000e63 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -331,6 +331,7 @@ Please submit bug reports, contribute new features and ask questions at Spam Delete (from notification) + Remove K-9 User-Agent from mail headers Hide subject in notifications Never When device is locked diff --git a/res/xml/global_preferences.xml b/res/xml/global_preferences.xml index 90c1c7ed6..6bbc8a2cf 100644 --- a/res/xml/global_preferences.xml +++ b/res/xml/global_preferences.xml @@ -378,6 +378,11 @@ android:entryValues="@array/global_settings_notification_hide_subject_values" android:title="@string/global_settings_notification_hide_subject_title"/> + +