]> code.delx.au - gnu-emacs/commitdiff
rmail-dont-reply-to-names is obsolete
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Feb 2016 06:15:11 +0000 (17:15 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Feb 2016 06:15:11 +0000 (17:15 +1100)
* lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Don't bind
the obsolete `rmail-dont-reply-to-names' variable.

lisp/gnus/nnmail.el

index ae322b7cf79ded0a0ebe3aa73ef052ae852bce81..b8899f4b2d2843ed77e12d83af9de87e26293c93 100644 (file)
@@ -1950,10 +1950,8 @@ If TIME is nil, then return the cutoff time for oldness instead."
        ((and (equal header 'to-from)
             (or (string-match (cadr regexp-target-pair) from)
                 (and (string-match (cadr regexp-target-pair) to)
-                     (let* ((mail-dont-reply-to-names
-                             (message-dont-reply-to-names))
-                            (rmail-dont-reply-to-names ; obsolete since 24.1
-                             mail-dont-reply-to-names))
+                     (let ((mail-dont-reply-to-names
+                            (message-dont-reply-to-names)))
                        (equal (if (fboundp 'rmail-dont-reply-to)
                                   (rmail-dont-reply-to from)
                                 (mail-dont-reply-to from)) "")))))