Variable: gnus-home-adapt-file

gnus-home-adapt-file is a customizable variable defined in gnus-score.el.gz.

Value

nil

Documentation

Variable to control where new adaptive score entries are to go.

This variable allows the same syntax as gnus-home-score-file(var)/gnus-home-score-file(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-home-adapt-file nil
  "Variable to control where new adaptive score entries are to go.
This variable allows the same syntax as `gnus-home-score-file'."
  :group 'gnus-score-adapt
  :group 'gnus-score-files
  :type '(choice string
		 (repeat (choice string
				 (cons regexp (repeat file))
				 function))
		 function))