X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=666f4ec73ad02b37c7a158569d0ef8115856ee11;hp=31596c9387be7aba271da64ee25a262339e4dd10;hb=f07b807db70d3ac5d0a8086819cfbb4f7ff25f07;hpb=6e0187ce721be4997bef32d724528f8976df89d6 diff --git a/sendlib.c b/sendlib.c index 31596c9..666f4ec 100644 --- a/sendlib.c +++ b/sendlib.c @@ -42,6 +42,10 @@ #include #include +#ifdef USE_LIBESMTP +# include "mutt_libesmtp.h" +#endif /* USE_LIBESMTP */ + #ifdef USE_NNTP #include #endif @@ -191,9 +195,6 @@ static void encode_quoted (FGETCONV * fc, FILE *fout, int istext) linelen = 3; } -#ifdef USE_LIBESMTP -# include "mutt_libesmtp.h" -#endif /* USE_LIBESMTP */ if (c == '\n' && istext) {