From 40b6571e0470b2fc23b2c6622b961e3528b7227e Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 3 Sep 2025 23:18:00 +0200 Subject: [PATCH] spamfilter specific model and api default options added. see #438 --- options/mzta-options-default.js | 7 +++++++ 1 file changed, 7 insertions(+) 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