]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:11:33 +0000 (16:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:11:33 +0000 (16:11 +0000)
lisp/mail/rmail.el

index a7524cc8246ccd30994dbb6bbd83e41d9cdaf205..b913a73ab7f5efb890d7aea8d9df4ee9de13d88a 100644 (file)
@@ -3435,6 +3435,8 @@ typically for purposes of moderating a list."
   (if (not from) (setq from user-mail-address))
   (let ((tembuf (generate-new-buffer " sendmail temp"))
        (case-fold-search nil)
+       (mail-personal-alias-file
+        (or mail-alias-file mail-personal-alias-file))
        (mailbuf rmail-buffer))
     (unwind-protect
        (with-current-buffer tembuf