Variable: mh-alias-completion-ignore-case-flag
mh-alias-completion-ignore-case-flag is a customizable variable
defined in mh-e.el.gz.
Value
t
Documentation
Non-nil means don't consider case significant in MH alias completion.
As MH ignores case in the aliases, so too does MH-E. However, you may turn off this option to make case significant which can be used to segregate completion of your aliases. You might use lowercase for mailing lists and uppercase for people.
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
;;; MH-E Customization
;; See Variant Support, above, for mh-e group.
;;; Aliases (:group 'mh-alias)
(defcustom mh-alias-completion-ignore-case-flag t
"Non-nil means don't consider case significant in MH alias completion.
As MH ignores case in the aliases, so too does MH-E. However, you
may turn off this option to make case significant which can be
used to segregate completion of your aliases. You might use
lowercase for mailing lists and uppercase for people."
:type 'boolean
:group 'mh-alias
:package-version '(MH-E . "7.1"))