; * lisp/mail/rmail.el (rmail-show-message-verbose-min): Doc fix (bug#68369).
This commit is contained in:
@@ -2684,7 +2684,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")
|
||||
|
||||
Reference in New Issue
Block a user