Variable: gnus-search-ignored-newsgroups

gnus-search-ignored-newsgroups is a customizable variable defined in gnus-search.el.gz.

Value

""

Documentation

Regexp matching newsgroups in the active file to skip when searching.

This variable was added, or its default value changed, in Emacs 24.1.

Aliases

nnir-ignored-newsgroups (obsolete since 28.1)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defcustom gnus-search-ignored-newsgroups ""
  "Regexp matching newsgroups in the active file to skip when searching."
  :version "24.1"
  :type 'regexp)