Variable: gnus-search-ignored-newsgroups

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

Value

""

Documentation

A regexp to match newsgroups in the active file that should be skipped 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 ""
  "A regexp to match newsgroups in the active file that should
be skipped when searching."
  :version "24.1"
  :type 'regexp)