Variable: nnml-use-compressed-files

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

Value

nil

Documentation

If non-nil, allow using compressed message files.

If it is a string, use it as the file extension which specifies the compression program. You can set it to ".bz2" if your Emacs supports auto-compression using the bzip2 program. A value of t is equivalent to ".gz".

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-use-compressed-files nil
  "If non-nil, allow using compressed message files.

If it is a string, use it as the file extension which specifies
the compression program.  You can set it to \".bz2\" if your Emacs
supports auto-compression using the bzip2 program.  A value of t
is equivalent to \".gz\".")