Variable: spam-report-gmane-use-article-number

spam-report-gmane-use-article-number is a customizable variable defined in spam-report.el.gz.

Value

t

Documentation

Whether the article number (faster!) or the header should be used.

You must set this to nil if you don't read Gmane groups directly from news.gmane.io, e.g. when using local newsserver such as leafnode.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam-report.el.gz
(defcustom spam-report-gmane-use-article-number t
  "Whether the article number (faster!) or the header should be used.

You must set this to nil if you don't read Gmane groups directly
from news.gmane.io, e.g. when using local newsserver such as
leafnode."
  :type 'boolean)