X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=7a718a2dfa3bd7c849d81e863b2170c40ec219d1;hp=31596c9387be7aba271da64ee25a262339e4dd10;hb=67b2c8d6719bccd621e47b59cb89b9e2cb97d4f5;hpb=6e0187ce721be4997bef32d724528f8976df89d6 diff --git a/sendlib.c b/sendlib.c index 31596c9..7a718a2 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1737,6 +1737,15 @@ 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;