Variable: mh-default-folder-must-exist-flag

mh-default-folder-must-exist-flag is a customizable variable defined in mh-e.el.gz.

Value

t

Documentation

Non-nil means guessed folder name must exist to be used.

If the derived folder does not exist, and this option is on, then the last folder name used is suggested. This is useful if you get mail from various people for whom you have an alias, but file them all in the same project folder.

See mh-prompt-for-refile-folder and mh-folder-from-address for more information.

This variable was added, or its default value changed, in MH-E version
7.2.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-default-folder-must-exist-flag t
  "Non-nil means guessed folder name must exist to be used.

If the derived folder does not exist, and this option is on, then
the last folder name used is suggested. This is useful if you get
mail from various people for whom you have an alias, but file
them all in the same project folder.

See `mh-prompt-for-refile-folder' and `mh-folder-from-address'
for more information."
  :type 'boolean
  :group 'mh-folder-selection
  :package-version '(MH-E . "7.2"))