# HG changeset patch # User Richard M. Stallman # Date 894091998 0 # Node ID 4f48e88670ac46f961e78d48207ed61ca4099c3e # Parent 2ee50035ee1be35af551705ac16923348e63c0b4 (rmail-default-dont-reply-to-names): Don't set the variable in this file. diff -r 2ee50035ee1b -r 4f48e88670ac lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Sat May 02 06:50:44 1998 +0000 +++ b/lisp/mail/mail-utils.el Sat May 02 06:53:18 1998 +0000 @@ -170,10 +170,6 @@ (setq address (mail-string-delete address (1- close) close)) (setq address (mail-string-delete address junk-beg junk-end)))) address)))) - -(or (and (boundp 'rmail-default-dont-reply-to-names) - (not (null rmail-default-dont-reply-to-names))) - (setq rmail-default-dont-reply-to-names "info-")) ; rmail-dont-reply-to-names is defined in loaddefs (defun rmail-dont-reply-to (userids)