]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-default-reply-to): Initialize to t.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 18:26:57 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Sep 1994 18:26:57 +0000 (18:26 +0000)
(mail-setup): If it's t, set it from envvar REPLYTO.

lisp/mail/sendmail.el

index 6d4764d64d789b01aa160ef80e5eaa87d4188c23..952724892b3cb1700ff7b325e5e587ba5d74cf07 100644 (file)
@@ -59,7 +59,7 @@ The headers are be delimited by a line which is `mail-header-separator'.")
 Do not use an rmail file here!  Instead, use its inbox file.")
 
 ;;;###autoload
-(defvar mail-default-reply-to nil
+(defvar mail-default-reply-to t
   "*Address to insert as default Reply-to field of outgoing messages.")
 
 ;;;###autoload
@@ -174,6 +174,8 @@ actually occur.")
              mail-aliases t))))
 
 (defun mail-setup (to subject in-reply-to cc replybuffer actions)
+  (if (eq mail-default-reply-to t)
+      (setq mail-default-reply-to (getenv "REPLYTO")))
   (synch-mail-aliases)
   (if (eq mail-aliases t)
       (progn