Variable: nnfeed-read-id-function
nnfeed-read-id-function is a variable defined in nnfeed.el.gz.
Value
ignore
Documentation
Function returning the ID of an article.
It should accept a single argument, a Lisp object representing an article
(as returned by nnfeed-read-article-function).
This is a Gnus server variable. See Info node (gnus)Select Methods.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnfeed.el.gz
(defvoo nnfeed-read-id-function #'ignore
"Function returning the ID of an article.
It should accept a single argument, a Lisp object representing an article
\(as returned by `nnfeed-read-article-function').")