Variable: gnus-search-notmuch-remove-prefix

gnus-search-notmuch-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 notmuch 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-notmuch-remove-prefix (expand-file-name "Mail/" "~")
  "The prefix to remove from each file name returned by notmuch
in order to get a group name (albeit with / instead of .).

This variable can also be set per-server."
  :type 'regexp
  :version "28.1")