Variable: nnmail-split-lowercase-expanded
nnmail-split-lowercase-expanded is a customizable variable defined in
nnmail.el.gz.
Value
t
Documentation
Whether to lowercase expanded entries (i.e. \N) when splitting mails.
This avoids the creation of multiple groups when users send to an address using different case (i.e. mailing-list@domain vs Mailing-List@Domain).
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-split-lowercase-expanded t
"Whether to lowercase expanded entries (i.e. \\N) when splitting mails.
This avoids the creation of multiple groups when users send to an address
using different case (i.e. mailing-list@domain vs Mailing-List@Domain)."
:version "22.1"
:group 'nnmail
:type 'boolean)