Variable: nnir-swish-e-remove-prefix

nnir-swish-e-remove-prefix is a customizable variable defined in nnir.el.gz.

Value

"/root/Mail/"

Documentation

The prefix to remove from swish-e 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-e, not Namazu.

This could be a server parameter.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
(defcustom nnir-swish-e-remove-prefix (concat (getenv "HOME") "/Mail/")
  "The prefix to remove from swish-e 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-e, not Namazu.

This could be a server parameter."
  :type '(regexp))