1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(rmail-resend): Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.

This commit is contained in:
Richard M. Stallman 2004-12-27 16:11:33 +00:00
parent 02b6dbd871
commit 75e6b97059

View 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