Variable: rmail-default-dont-reply-to-names

rmail-default-dont-reply-to-names is a variable defined in rmail.el.gz.

This variable is obsolete since 24.1; use mail-dont-reply-to-names instead.

Value

nil

Documentation

Regexp specifying part of the default value of mail-dont-reply-to-names.

This is used when the user does not set mail-dont-reply-to-names explicitly.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; Prior to 24.1, this used to contain "\\`info-".
;;;###autoload
(defvar rmail-default-dont-reply-to-names nil
  "Regexp specifying part of the default value of `mail-dont-reply-to-names'.
This is used when the user does not set `mail-dont-reply-to-names'
explicitly.")