Variable: gnus-score-uncacheable-files
gnus-score-uncacheable-files is a customizable variable defined in
gnus-score.el.gz.
Value
"ADAPT$"
Documentation
All score files that match this regexp will not be cached.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-score-uncacheable-files "ADAPT$"
"All score files that match this regexp will not be cached."
:group 'gnus-score-adapt
:group 'gnus-score-files
:type 'regexp)