Variable: spam-stat-process-directory-age

spam-stat-process-directory-age is a customizable variable defined in spam-stat.el.gz.

Value

90

Documentation

Max. age of files to be processed in directory, in days.

When using spam-stat-process-spam-directory or spam-stat-process-non-spam-directory, only files that have been touched in this many days will be considered. Without this filter, re-training spam-stat with several thousand messages will start to take a very long time.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-stat.el.gz
(defcustom spam-stat-process-directory-age 90
  "Max. age of files to be processed in directory, in days.
When using `spam-stat-process-spam-directory' or
`spam-stat-process-non-spam-directory', only files that have
been touched in this many days will be considered.  Without
this filter, re-training spam-stat with several thousand messages
will start to take a very long time."
  :type 'integer)