]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-default-dont-reply-to-names): Make "info-"
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 11:35:50 +0000 (11:35 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 11:35:50 +0000 (11:35 +0000)
anchored at the beginning of the email address.

lisp/mail/rmail.el

index f95439b0cb2ab6eba7fa0b37697c16336900733b..512c962c0bcca67eb268a3ec70426dcfb49e37c9 100644 (file)
@@ -139,9 +139,9 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'."
   :group 'rmail-reply)
 
 ;;;###autoload
-(defvar rmail-default-dont-reply-to-names "info-" "\
-A regular expression specifying part of the value of the default value of
-the variable `rmail-dont-reply-to-names', for when the user does not set
+(defvar rmail-default-dont-reply-to-names "\\`info-" "\
+A regular expression specifying part of the default value of the
+variable `rmail-dont-reply-to-names', for when the user does not set
 `rmail-dont-reply-to-names' explicitly.  (The other part of the default
 value is the user's email address and name.)
 It is useful to set this variable in the site customization file.")