(rmail-resend): Use send-mail-function.
This commit is contained in:
parent
3aaa90ef9f
commit
389e8f1127
1 changed files with 1 additions and 1 deletions
|
@ -1928,7 +1928,7 @@ typically for purposes of moderating a list."
|
|||
;; Don't expand aliases in the destination fields
|
||||
;; of the original message.
|
||||
(let (mail-aliases)
|
||||
(sendmail-send-it)))
|
||||
(funcall send-mail-function)))
|
||||
(kill-buffer tembuf))
|
||||
(rmail-set-attribute "resent" t rmail-current-message)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue