aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-27 16:11:33 +0000
committerRichard M. Stallman2004-12-27 16:11:33 +0000
commit75e6b97059b6e5b012b1084677070add5c5b0c19 (patch)
tree67dcf6aadfec8cb922f058af8ce57a8187f47b6f
parent02b6dbd871b9b7ad216d729184b18137a2d197db (diff)
downloademacs-75e6b97059b6e5b012b1084677070add5c5b0c19.tar.gz
emacs-75e6b97059b6e5b012b1084677070add5c5b0c19.zip
(rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index a7524cc8246..b913a73ab7f 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -3435,6 +3435,8 @@ typically for purposes of moderating a list."
3435 (if (not from) (setq from user-mail-address)) 3435 (if (not from) (setq from user-mail-address))
3436 (let ((tembuf (generate-new-buffer " sendmail temp")) 3436 (let ((tembuf (generate-new-buffer " sendmail temp"))
3437 (case-fold-search nil) 3437 (case-fold-search nil)
3438 (mail-personal-alias-file
3439 (or mail-alias-file mail-personal-alias-file))
3438 (mailbuf rmail-buffer)) 3440 (mailbuf rmail-buffer))
3439 (unwind-protect 3441 (unwind-protect
3440 (with-current-buffer tembuf 3442 (with-current-buffer tembuf