Variable: mh-alias-expand-aliases-flag

mh-alias-expand-aliases-flag is a customizable variable defined in mh-e.el.gz.

Value

nil

Documentation

Non-nil means to expand aliases entered in the minibuffer.

In other words, aliases entered in the minibuffer will be expanded to the full address in the message draft. By default, this expansion is not performed.

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

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-alias-expand-aliases-flag nil
  "Non-nil means to expand aliases entered in the minibuffer.

In other words, aliases entered in the minibuffer will be
expanded to the full address in the message draft.  By default,
this expansion is not performed."
  :type 'boolean
  :group 'mh-alias
  :package-version '(MH-E . "7.1"))