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:
parent
02b6dbd871
commit
75e6b97059
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue