spamfilter_skip_addressbook is now true by default. fixes #785
This commit is contained in:
parent
538f8b59a9
commit
326bc39ee6
1 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,8 @@ export const prefs_default = {
|
|||
spamfilter_threshold: 70,
|
||||
spamfilter_enabled_accounts: [],
|
||||
spamfilter_skip_addresses: [],
|
||||
spamfilter_skip_addressbook: false,
|
||||
spamfilter_skip_addressbook: true,
|
||||
spamfilter_show_msg_panel: true,
|
||||
summarize: false,
|
||||
summarize_auto: 1, // 0: disabled, 1: manual button, 2: automatic on message open, 3: generate on email receive
|
||||
summarize_display_mode: 'inline', // 'inline' or 'webchat'
|
||||
|
|
@ -151,6 +152,5 @@ export const prefs_default = {
|
|||
translate_max_display_length: 0, // 0 = no limit, otherwise max chars shown inline
|
||||
translate_lang: '', // target language, fallback on default_chatgpt_lang
|
||||
translate_exclude_lang: '', // languages to do not translate
|
||||
spamfilter_show_msg_panel: true,
|
||||
...generated_prefs
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue