diff options
author | Paul Reilly <pmr@pajato.com> | 2002-03-19 19:35:31 +0000 |
---|---|---|
committer | Paul Reilly <pmr@pajato.com> | 2002-03-19 19:35:31 +0000 |
commit | 0ffba6bd01475f481f62c8a040de8e1e09bd73e8 (patch) | |
tree | e832bc751a34f8bfd5e36124854f172c337f511e /lisp | |
parent | d1ef18f2932987cae1e66a2f28583dd003f8bdd5 (diff) | |
download | emacs-0ffba6bd01475f481f62c8a040de8e1e09bd73e8.tar.gz |
(rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric. Contributed by
lorentey@elte.hu.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmail.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2040fa2dad1..c7ec4734517 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -132,8 +132,8 @@ rather than deleted, after it is retrieved." ;;;###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 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'." 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 |