emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el


From: Paul Michael Reilly
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
Date: Tue, 19 Mar 2002 14:35:32 -0500

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.355 emacs/lisp/mail/rmail.el:1.356
*** emacs/lisp/mail/rmail.el:1.355      Wed Feb  6 10:00:31 2002
--- emacs/lisp/mail/rmail.el    Tue Mar 19 14:35:31 2002
***************
*** 132,139 ****
  
  ;;;###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
  plus whatever is specified by `rmail-default-dont-reply-to-names'."
    :type '(choice regexp (const :tag "Your Name" nil))
    :group 'rmail-reply)
--- 132,139 ----
  
  ;;;###autoload
  (defcustom rmail-dont-reply-to-names nil "\
! *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,149 ****
  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.)
  It is useful to set this variable in the site customization file.")
  
  ;;;###autoload
--- 143,149 ----
  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 email address and name.)
  It is useful to set this variable in the site customization file.")
  
  ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]