aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 3b8d7249724..ab937118b9d 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -122,7 +122,8 @@ rather than deleted, after it is retrieved."
122;;;###autoload 122;;;###autoload
123(defcustom rmail-dont-reply-to-names nil "\ 123(defcustom rmail-dont-reply-to-names nil "\
124*A regexp specifying names to prune of reply to messages. 124*A regexp specifying names to prune of reply to messages.
125A value of nil means exclude your own name only." 125A value of nil means exclude your own login name as an address
126plus whatever is specified by `rmail-default-dont-reply-to-names'."
126 :type '(choice regexp (const :tag "Your Name" nil)) 127 :type '(choice regexp (const :tag "Your Name" nil))
127 :group 'rmail-reply) 128 :group 'rmail-reply)
128 129