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