From 4af6f5898ca573ddd1a248c93969a9842970565b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 18 Jan 2024 08:29:34 +0200 Subject: [PATCH] ; * lisp/mail/rmail.el (rmail-show-message-verbose-min): Doc fix (bug#68369). (cherry picked from commit 314ac2e4317650a5135b950374118bbc38e8207f) --- lisp/mail/rmail.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index fb504055f1d..85eaec33660 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2712,7 +2712,9 @@ N defaults to the current message." (and (string-match text-regexp content-type-header) t))))) (defcustom rmail-show-message-verbose-min 200000 - "Message size at which to show progress messages for displaying it." + "Message size at which to show progress messages for displaying it. +Messages longer than this (in characters) will produce echo-area +messages when Rmail processes such a message for display." :type 'integer :group 'rmail :version "23.1") -- 2.39.5