Add context menu options for tags and spam filter. see #262

This commit is contained in:
mic 2025-03-16 23:28:48 +01:00
parent 8d7469b4c5
commit c26b182ae9

View file

@ -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,
}