Variable: gnus-duplicate-file

gnus-duplicate-file is a customizable variable defined in gnus-dup.el.gz.

Value

"~/News/suppression"

Documentation

The name of the file to store the duplicate suppression list.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-dup.el.gz
(defcustom gnus-duplicate-file (nnheader-concat gnus-directory "suppression")
  "The name of the file to store the duplicate suppression list."
  :type 'file)