From c26b182ae9c28f8985da01c35b5c917e1bec98b1 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 16 Mar 2025 23:28:48 +0100 Subject: [PATCH] Add context menu options for tags and spam filter. see #262 --- options/mzta-options-default.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 05a11c2d..b92a1f66 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -50,7 +50,9 @@ export const prefs_default = { add_tags_auto: false, add_tags_auto_force_existing: false, add_tags_auto_only_inbox: true, + add_tags_context_menu: true, get_calendar_event: true, spamfilter: false, spamfilter_threshold: 70, + spamfilter_context_menu: true, } \ No newline at end of file