aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Reilly2002-03-19 19:35:31 +0000
committerPaul Reilly2002-03-19 19:35:31 +0000
commit0ffba6bd01475f481f62c8a040de8e1e09bd73e8 (patch)
treee832bc751a34f8bfd5e36124854f172c337f511e
parentd1ef18f2932987cae1e66a2f28583dd003f8bdd5 (diff)
downloademacs-0ffba6bd01475f481f62c8a040de8e1e09bd73e8.tar.gz
emacs-0ffba6bd01475f481f62c8a040de8e1e09bd73e8.zip
(rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric. Contributed by lorentey@elte.hu.
-rw-r--r--lisp/mail/rmail.el6
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."
132 132
133;;;###autoload 133;;;###autoload
134(defcustom rmail-dont-reply-to-names nil "\ 134(defcustom rmail-dont-reply-to-names nil "\
135*A regexp specifying names to prune of reply to messages. 135*A regexp specifying addresses to prune from a reply message.
136A value of nil means exclude your own login name as an address 136A value of nil means exclude your own email address as an address
137plus whatever is specified by `rmail-default-dont-reply-to-names'." 137plus whatever is specified by `rmail-default-dont-reply-to-names'."
138 :type '(choice regexp (const :tag "Your Name" nil)) 138 :type '(choice regexp (const :tag "Your Name" nil))
139 :group 'rmail-reply) 139 :group 'rmail-reply)
@@ -143,7 +143,7 @@ plus whatever is specified by `rmail-default-dont-reply-to-names'."
143A regular expression specifying part of the value of the default value of 143A regular expression specifying part of the value of the default value of
144the variable `rmail-dont-reply-to-names', for when the user does not set 144the variable `rmail-dont-reply-to-names', for when the user does not set
145`rmail-dont-reply-to-names' explicitly. (The other part of the default 145`rmail-dont-reply-to-names' explicitly. (The other part of the default
146value is the user's name.) 146value is the user's email address and name.)
147It is useful to set this variable in the site customization file.") 147It is useful to set this variable in the site customization file.")
148 148
149;;;###autoload 149;;;###autoload