Variable: nnrss-ignore-article-fields

nnrss-ignore-article-fields is a variable defined in nnrss.el.gz.

Value

(slash:comments)

Documentation

List of fields that should be ignored when comparing RSS articles.

Some RSS feeds update article fields during their lives, e.g. to indicate the number of comments or the number of times the articles have been seen. However, if there is a difference between the local article and the distant one, the latter is considered to be new. To avoid this and discard some fields, set this variable to the list of fields to be ignored.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnrss.el.gz
(defvoo nnrss-ignore-article-fields '(slash:comments)
  "List of fields that should be ignored when comparing RSS articles.
Some RSS feeds update article fields during their lives, e.g. to
indicate the number of comments or the number of times the
articles have been seen.  However, if there is a difference
between the local article and the distant one, the latter is
considered to be new.  To avoid this and discard some fields, set
this variable to the list of fields to be ignored.")