Variable: nndiary-nov-is-evil

nndiary-nov-is-evil is a variable defined in nndiary.el.gz.

Value

nil

Documentation

If non-nil, Gnus will never use nov databases for nndiary groups.

Using nov databases will speed up header fetching considerably. This variable shouldn't be flipped much. If you have, for some reason, set this to t, and want to set it to nil again, you should always run the nndiary-generate-nov-databases command. The function will go through all nnml directories and generate nov databases for them all. This may very well take some time.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defvoo nndiary-nov-is-evil nil
  "If non-nil, Gnus will never use nov databases for nndiary groups.
Using nov databases will speed up header fetching considerably.
This variable shouldn't be flipped much.  If you have, for some reason,
set this to t, and want to set it to nil again, you should always run
the `nndiary-generate-nov-databases' command.  The function will go
through all nnml directories and generate nov databases for them
all.  This may very well take some time.")