From caeb03cc4c2870a38d4efa5b2a697cea41617817 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 9 Feb 2025 23:43:26 +0100 Subject: [PATCH] spamfilter default option added --- options/mzta-options-default.js | 1 + 1 file changed, 1 insertion(+) diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index ecde6a58..4e396083 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -51,4 +51,5 @@ export const prefs_default = { add_tags_auto_force_existing: false, add_tags_auto_only_inbox: true, get_calendar_event: true, + spamfilter: false, } \ No newline at end of file