Variable: nnmail-message-id-cache-file
nnmail-message-id-cache-file is a customizable variable defined in
nnmail.el.gz.
Value
"~/.nnmail-cache"
Documentation
The file name of the nnmail Message-ID cache.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-message-id-cache-file
(nnheader-concat gnus-home-directory ".nnmail-cache")
"The file name of the nnmail Message-ID cache."
:group 'nnmail-duplicate
:group 'nnmail-files
:type 'file)