X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=b79d3c175a162dc8edc1ac4ee88d4cd59cc688a6;hp=86440dfd0a4e6b07b7a069a221947bc29302dc27;hb=85fd0dfe747c58f2da62074ddd90a598397a4848;hpb=ace94418088f9165d23763bd39752cc31b406f03 diff --git a/sendlib.c b/sendlib.c index 86440df..b79d3c1 100644 --- 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 @@ -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);