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__