diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index ca61bb18..3250ed64 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -81,4 +81,11 @@ export const prefs_default = { spamfilter_threshold: 70, spamfilter_context_menu: true, spamfilter_enabled_accounts: [], + spamfilter_use_specific_integration: false, + spamfilter_connection_type: '', + spamfilter_chatgpt_model: '', + spamfilter_ollama_model: '', + spamfilter_openai_comp_model: '', + spamfilter_google_gemini_model: '', + spamfilter_anthropic_model: '', } \ No newline at end of file