Variable: nnir-swish-e-index-files

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

Value

("/root/Mail/index.swish-e")

Documentation

List of index files for swish-e.

This could be a server parameter.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
;; Swish-E.
;; URL: http://swish-e.org/ [dead link?]
;; Variables `nnir-swish-e-index-files', `nnir-swish-e-program' and
;; `nnir-swish-e-additional-switches'

(defcustom nnir-swish-e-index-files
  (list (expand-file-name "~/Mail/index.swish-e"))
  "List of index files for swish-e.
This could be a server parameter."
  :type '(repeat (file)))