From 15e04960f8d0cdcb9a1ef2e8d2360c7851de8fb6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Feb 2004 11:35:50 +0000 Subject: [PATCH] (rmail-default-dont-reply-to-names): Make "info-" anchored at the beginning of the email address. --- lisp/mail/rmail.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f95439b0cb2..512c962c0bc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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.") -- 2.39.2