Variable: gnus-search-swish-e-index-files

gnus-search-swish-e-index-files is a customizable variable defined in gnus-search.el.gz.

Value

nil

Documentation

A list of index files to use with this Swish-e instance.

This variable can also be set per-server.

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

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defcustom gnus-search-swish-e-index-files '()
  "A list of index files to use with this Swish-e instance.
This variable can also be set per-server."
  :type '(repeat file)
  :version "28.1")