# HG changeset patch # User Paul Reilly # Date 1016566531 0 # Node ID 5766d225ccf31c42eebb6665c92dd5e3e59e2869 # Parent 9aa89e5dbf15f7365ce2d8bc436831ccb78caf70 (rmail-dont-reply-to-names): Modify the documentation to make it email address centric rather than login name centric. Contributed by lorentey@elte.hu. diff -r 9aa89e5dbf15 -r 5766d225ccf3 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Tue Mar 19 12:04:17 2002 +0000 +++ b/lisp/mail/rmail.el Tue Mar 19 19:35:31 2002 +0000 @@ -132,8 +132,8 @@ ;;;###autoload (defcustom rmail-dont-reply-to-names nil "\ -*A regexp specifying names to prune of reply to messages. -A value of nil means exclude your own login name as an address +*A regexp specifying addresses to prune from a reply message. +A value of nil means exclude your own email address as an address plus whatever is specified by `rmail-default-dont-reply-to-names'." :type '(choice regexp (const :tag "Your Name" nil)) :group 'rmail-reply) @@ -143,7 +143,7 @@ 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 `rmail-dont-reply-to-names' explicitly. (The other part of the default -value is the user's name.) +value is the user's email address and name.) It is useful to set this variable in the site customization file.") ;;;###autoload