Variable: nnspool-sift-nov-with-sed
nnspool-sift-nov-with-sed is a variable defined in nnspool.el.gz.
Value
nil
Documentation
If non-nil, use sed to get the relevant portion from the overview file.
If nil, nnspool will load the entire file into a buffer and process it there.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnspool.el.gz
(defconst nnspool-sift-nov-with-sed nil
"If non-nil, use sed to get the relevant portion from the overview file.
If nil, nnspool will load the entire file into a buffer and process it
there.")