Variable: nnir-notmuch-remove-prefix
nnir-notmuch-remove-prefix is a customizable variable defined in
nnir.el.gz.
Value
"/root/Mail"
Documentation
The prefix to remove from notmuch 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 notmuch, not Namazu.
This variable was added, or its default value changed, in Emacs 27.1.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/nnir.el.gz
(defcustom nnir-notmuch-remove-prefix
(regexp-quote (or (getenv "MAILDIR") (expand-file-name "~/Mail")))
"The prefix to remove from notmuch 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 notmuch, not Namazu."
:version "27.1"
:type '(regexp))