Add Spamassassin spam filtering in Account Settings so it's optional.

This commit is contained in:
Rob Savoye 2012-12-22 17:45:36 -07:00 committed by cketti
parent 009c2c6a12
commit 2686993293
2 changed files with 10 additions and 0 deletions

View File

@ -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>

View File

@ -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"