mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-08 04:08:15 -05:00
Add Spamassassin spam filtering in Account Settings so it's optional.
This commit is contained in:
parent
009c2c6a12
commit
2686993293
@ -646,6 +646,9 @@ Please submit bug reports, contribute new features and ask questions at
|
||||
<string name="account_settings_sync_remote_deletetions_label">Sync server deletions</string>
|
||||
<string name="account_settings_sync_remote_deletetions_summary">Remove messages when deleted on server</string>
|
||||
|
||||
<string name="account_settings_spamass_label">Filter using Spamassassin</string>
|
||||
<string name="account_settings_spamass_summary">Move Flagged Spam messages to Spam folder.</string>
|
||||
|
||||
<string name="folder_settings_title">Folder settings</string>
|
||||
|
||||
<string name="folder_settings_in_top_group_label">Show in top group</string>
|
||||
|
@ -133,6 +133,13 @@
|
||||
android:defaultValue="true"
|
||||
android:summary="@string/account_settings_sync_remote_deletetions_summary" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:persistent="false"
|
||||
android:key="account_spamass"
|
||||
android:title="@string/account_settings_spamass_label"
|
||||
android:defaultValue="true"
|
||||
android:summary="@string/account_settings_spamass_summary" />
|
||||
|
||||
<ListPreference
|
||||
android:persistent="false"
|
||||
android:key="delete_policy"
|
||||
|
Loading…
Reference in New Issue
Block a user