Variable: gnus-search-swish-e-remove-prefix
gnus-search-swish-e-remove-prefix is a customizable variable defined
in gnus-search.el.gz.
Value
"/root/Mail/"
Documentation
The prefix to remove from each file name returned by swish-e in order to get a group name (albeit with / instead of .).
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-remove-prefix (expand-file-name "Mail/" "~")
"The prefix to remove from each file name returned by swish-e
in order to get a group name (albeit with / instead of .).
This variable can also be set per-server."
:type 'regexp
:version "28.1")