Mercurial > emacs
comparison lisp/mail/rmail.el @ 44025:5766d225ccf3
(rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric. Contributed by
lorentey@elte.hu.
author | Paul Reilly <pmr@pajato.com> |
---|---|
date | Tue, 19 Mar 2002 19:35:31 +0000 |
parents | 67ff08aaa0d0 |
children | 264c168daeaa |
comparison
equal
deleted
inserted
replaced
44024:9aa89e5dbf15 | 44025:5766d225ccf3 |
---|---|
130 :type 'boolean | 130 :type 'boolean |
131 :group 'rmail-retrieve) | 131 :group 'rmail-retrieve) |
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. |
136 A value of nil means exclude your own login name as an address | 136 A value of nil means exclude your own email address as an address |
137 plus whatever is specified by `rmail-default-dont-reply-to-names'." | 137 plus 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) |
140 | 140 |
141 ;;;###autoload | 141 ;;;###autoload |
142 (defvar rmail-default-dont-reply-to-names "info-" "\ | 142 (defvar rmail-default-dont-reply-to-names "info-" "\ |
143 A regular expression specifying part of the value of the default value of | 143 A regular expression specifying part of the value of the default value of |
144 the variable `rmail-dont-reply-to-names', for when the user does not set | 144 the 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 |
146 value is the user's name.) | 146 value is the user's email address and name.) |
147 It is useful to set this variable in the site customization file.") | 147 It is useful to set this variable in the site customization file.") |
148 | 148 |
149 ;;;###autoload | 149 ;;;###autoload |
150 (defcustom rmail-ignored-headers | 150 (defcustom rmail-ignored-headers |
151 (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" | 151 (concat "^via:\\|^mail-from:\\|^origin:\\|^references:" |