; * lisp/mail/rmail.el (rmail-show-message-verbose-min): Doc fix (bug#68369).
This commit is contained in:
parent
2cb1b76696
commit
314ac2e431
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue