Variable: gnus-search-mu-remove-prefix
gnus-search-mu-remove-prefix is a customizable variable defined in
gnus-search.el.gz.
Value
"/root/Mail/"
Documentation
A prefix to remove from the mu results to get a group name.
Usually this will be set to the path to your mail directory. This can also be set per-server.
This variable was added, or its default value changed, in Emacs 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-search.el.gz
(defcustom gnus-search-mu-remove-prefix (expand-file-name "~/Mail/")
"A prefix to remove from the mu results to get a group name.
Usually this will be set to the path to your mail directory. This
can also be set per-server."
:version "29.1"
:type 'directory)