Variable: nnml-compressed-files-size-threshold

nnml-compressed-files-size-threshold is a variable defined in nnml.el.gz.

Value

1000

Documentation

Default size threshold for compressed message files.

Message files with bodies larger than that many characters will be automatically compressed if nnml-use-compressed-files is non-nil.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnml.el.gz
(defvoo nnml-compressed-files-size-threshold 1000
  "Default size threshold for compressed message files.
Message files with bodies larger than that many characters will
be automatically compressed if `nnml-use-compressed-files' is
non-nil.")