Variable: nnfolder-ignore-active-file
nnfolder-ignore-active-file is a variable defined in nnfolder.el.gz.
Value
nil
Documentation
If non-nil, the active file is ignored.
This causes nnfolder to do some extra work in order to determine the true active ranges of an mbox file. Note that the active file is still saved, but its values are not used. This costs some extra time when scanning an mbox when opening it.
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnfolder.el.gz
;; I renamed this variable to something more in keeping with the general GNU
;; style. -SLB
(defvoo nnfolder-ignore-active-file nil
"If non-nil, the active file is ignored.
This causes nnfolder to do some extra work in order to determine the
true active ranges of an mbox file. Note that the active file is
still saved, but its values are not used. This costs some extra time
when scanning an mbox when opening it.")