From b4e41c0ba0cea39dba547bd18232676b9a6bc2e7 Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 28 Mar 2026 11:03:56 +0100 Subject: [PATCH] summarize batch option added --- _locales/en/messages.json | 4 ++++ options/mzta-options-default.js | 2 +- pages/summarize/mzta-summarize.html | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 6c81b13b..cdff94a1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2196,5 +2196,9 @@ "prefs_chatgpt_win_position_info":{ "message": "Leave empty to use the default position.", "description": "" + }, + "prefs_OptionText_action_auto_batch": { + "message": "When the email is received", + "description": "" } } \ No newline at end of file diff --git a/options/mzta-options-default.js b/options/mzta-options-default.js index 6a4b13bc..450c1f50 100644 --- a/options/mzta-options-default.js +++ b/options/mzta-options-default.js @@ -138,7 +138,7 @@ export const prefs_default = { spamfilter_threshold: 70, spamfilter_enabled_accounts: [], summarize: false, - summarize_auto: 1, // 0: disabled, 1: manual button, 2: automatic + summarize_auto: 1, // 0: disabled, 1: manual button, 2: automatic, 3: batch processing summarize_display_mode: 'inline', // 'inline' or 'webchat' summarize_max_display_length: 0, // 0 = no limit, otherwise max chars shown inline translate: true, diff --git a/pages/summarize/mzta-summarize.html b/pages/summarize/mzta-summarize.html index dd15b738..f5f369c3 100644 --- a/pages/summarize/mzta-summarize.html +++ b/pages/summarize/mzta-summarize.html @@ -34,6 +34,7 @@ +
__MSG_prefs_OptionText_summarize_auto_Info__