X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=666f4ec73ad02b37c7a158569d0ef8115856ee11;hp=7a718a2dfa3bd7c849d81e863b2170c40ec219d1;hb=f07b807db70d3ac5d0a8086819cfbb4f7ff25f07;hpb=047342c2a0526885217e03d06e9b7a715f55b92f diff --git a/sendlib.c b/sendlib.c index 7a718a2..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) { @@ -1737,15 +1738,6 @@ int mutt_write_rfc822_header (FILE *fp, ENVELOPE *env, BODY *attach, } } - /* Add X-Face headers */ - if (env->x_face) - { - LIST *face; - - for (face = env->x_face; face; face = face->next) - fprintf (fp, "X-Face: %s\n", face->data); - } - if (mode == 0 && !privacy && option (OPTXMAILER) && !has_agent) { struct utsname un;