Added option to use block list

This commit is contained in:
M66B
2021-06-20 09:04:12 +02:00
parent 44e4f0d473
commit 9ed29e58ca
6 changed files with 104 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
"enabled", "poll_interval", "auto_optimize", "schedule", "schedule_start", "schedule_end",
"sync_nodate", "sync_unseen", "sync_flagged", "delete_unseen", "sync_kept", "gmail_thread_id",
"sync_folders", "sync_shared_folders", "subscriptions",
"check_authentication", "check_reply_domain", "check_mx", "check_blocklist", "tune_keep_alive"
"check_authentication", "check_reply_domain", "check_mx", "check_blocklists", "tune_keep_alive"
};
@Override