mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -05:00
remove vestiges of a deleted setting
This commit is contained in:
parent
4a0be49e1a
commit
4e6453e7bb
@ -174,12 +174,6 @@
|
||||
android:entryValues="@array/account_setup_expunge_policy_values"
|
||||
android:dialogTitle="@string/account_setup_expunge_policy_label" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:persistent="false"
|
||||
android:title="@string/account_setup_incoming_save_all_headers_title"
|
||||
android:key="account_save_all_headers"
|
||||
android:summary="@string/account_setup_incoming_save_all_headers_label" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="incoming"
|
||||
android:title="@string/account_settings_incoming_label"
|
||||
|
@ -101,7 +101,6 @@ public class AccountSettings extends K9PreferenceActivity {
|
||||
private static final String PREFERENCE_NOTIFICATION_UNREAD_COUNT = "notification_unread_count";
|
||||
private static final String PREFERENCE_MESSAGE_AGE = "account_message_age";
|
||||
private static final String PREFERENCE_MESSAGE_SIZE = "account_autodownload_size";
|
||||
private static final String PREFERENCE_SAVE_ALL_HEADERS = "account_save_all_headers";
|
||||
private static final String PREFERENCE_MESSAGE_FORMAT = "message_format";
|
||||
private static final String PREFERENCE_MESSAGE_READ_RECEIPT = "message_read_receipt";
|
||||
private static final String PREFERENCE_QUOTE_PREFIX = "account_quote_prefix";
|
||||
|
Loading…
Reference in New Issue
Block a user