From 13681c297b2d3e87f84dd4b5cf5ab0e1dfde99d9 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 15824bc7..8693213a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2084,5 +2084,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 c7cbfcd8..c278455c 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 spamfilter_show_msg_panel: true, diff --git a/pages/summarize/mzta-summarize.html b/pages/summarize/mzta-summarize.html index ea6f59c7..2bf1d486 100644 --- a/pages/summarize/mzta-summarize.html +++ b/pages/summarize/mzta-summarize.html @@ -34,6 +34,7 @@ +
__MSG_prefs_OptionText_summarize_auto_Info__