Build system simplifications.
[apps/madmutt.git] / sendlib.c
index 86440df..b79d3c1 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -26,7 +26,7 @@
 #include "pager.h"
 #include "charset.h"
 #include "mutt_idna.h"
-#include "mutt_libesmtp.h"
+#include "send_smtp.h"
 
 #ifdef USE_NNTP
 #include <nntp/nntp.h>
@@ -1937,7 +1937,7 @@ int mutt_invoke_mta (address_t * from,    /* the sender */
   if (!option (OPTNEWSSEND))
 #endif
     if (SmtpHost)
-      return mutt_libesmtp_invoke (from, to, cc, bcc, msg, eightbit);
+      return send_smtp_invoke (from, to, cc, bcc, msg, eightbit);
 #endif
 
   return mutt_invoke_sendmail (from, to, cc, bcc, msg, eightbit);