1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00

(rmail-resend): Use send-mail-function.

This commit is contained in:
Richard M. Stallman 1994-01-06 11:48:28 +00:00
parent 3aaa90ef9f
commit 389e8f1127

View file

@ -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)))