Variable: mail-extr-guess-middle-initial

mail-extr-guess-middle-initial is a customizable variable defined in mail-extr.el.gz.

Value

nil

Documentation

Whether to try to guess middle initial from mail address.

If true, then when we see an address like "John Smith <jqs@host.com>" we will assume that "John Q. Smith" is the fellow's name.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/mail-extr.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; User configuration variable definitions.
;;

(defcustom mail-extr-guess-middle-initial nil
  "Whether to try to guess middle initial from mail address.
If true, then when we see an address like \"John Smith <jqs@host.com>\"
we will assume that \"John Q. Smith\" is the fellow's name."
  :type 'boolean)