Variable: mail-extr-ignore-realname-equals-mailbox-name

mail-extr-ignore-realname-equals-mailbox-name is a customizable variable defined in mail-extr.el.gz.

Value

t

Documentation

Whether to ignore a name that is equal to the mailbox name.

If true, then when the address is like "Single <single@address.com>" we will act as though we couldn't find a full name in the address.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mail-extr.el.gz
(defcustom mail-extr-ignore-realname-equals-mailbox-name t
"Whether to ignore a name that is equal to the mailbox name.
If true, then when the address is like \"Single <single@address.com>\"
we will act as though we couldn't find a full name in the address."
  :type 'boolean)