changeset 5470:b8e8802d2216

(rmail-resend): Use send-mail-function.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 11:48:28 +0000
parents b22ec3038a64
children e034ade52ca0
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Thu Jan 06 11:46:45 1994 +0000
+++ b/lisp/mail/rmail.el	Thu Jan 06 11:48:28 1994 +0000
@@ -1928,7 +1928,7 @@
 	  ;; 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)))