Variable: nnir-swish++-remove-prefix
nnir-swish++-remove-prefix is a customizable variable defined in
nnir.el.gz.
Value
"/root/Mail/"
Documentation
The prefix to remove from swish++ file names to get group names.
Resulting names have '/' in place of '.'. This is a regular expression.
This variable is very similar to nnir-namazu-remove-prefix, except
that it is for swish++, not Namazu.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
(defcustom nnir-swish++-remove-prefix (concat (getenv "HOME") "/Mail/")
"The prefix to remove from swish++ file names to get group names.
Resulting names have '/' in place of '.'. This is a regular
expression.
This variable is very similar to `nnir-namazu-remove-prefix', except
that it is for swish++, not Namazu."
:type '(regexp))