Variable: mh-allow-root-folder-flag
mh-allow-root-folder-flag is a variable defined in mh-utils.el.gz.
Value
nil
Documentation
Non-nil means "+" is an acceptable folder name.
This variable is used to communicate with
mh-folder-completion-function. That function can have exactly
three arguments so we bind this variable to t or nil.
This variable should never be set.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
(defvar mh-allow-root-folder-flag nil
"Non-nil means \"+\" is an acceptable folder name.
This variable is used to communicate with
`mh-folder-completion-function'. That function can have exactly
three arguments so we bind this variable to t or nil.
This variable should never be set.")