Variable: mh-show-maximum-size

mh-show-maximum-size is a customizable variable defined in mh-e.el.gz.

Value

0

Documentation

Maximum size of message (in bytes) to display automatically.

This option provides an opportunity to skip over large messages which may be slow to load. The default value of 0 means that all message are shown regardless of size.

This variable was added, or its default value changed, in MH-E version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-show-maximum-size 0
  "Maximum size of message (in bytes) to display automatically.

This option provides an opportunity to skip over large messages
which may be slow to load. The default value of 0 means that all
message are shown regardless of size."
  :type 'integer
  :group 'mh-show
  :package-version '(MH-E . "8.0"))