X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=1f15e17d28a8057efc56ca1ea3a1ddaad50dfd12;hp=91318ed271078a07221697dcea1d7310e3f77e09;hb=8d0d7180fa5c7862e74027b497adab1f427f0020;hpb=cfd5f411041c7ef44087b032751792fadc74586d diff --git a/sendlib.c b/sendlib.c index 91318ed..1f15e17 100644 --- a/sendlib.c +++ b/sendlib.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include @@ -1439,10 +1438,10 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, if (mode == 0 && option (OPTXMAILER) && !has_agent) { if (mod_core.operating_system) { - fprintf(fp, "User-Agent: %s (%s)\n", mutt_make_version(), + fprintf(fp, "User-Agent: %s (%s)\n", madmutt_version, mod_core.operating_system); } else { - fprintf(fp, "User-Agent: %s\n", mutt_make_version()); + fprintf(fp, "User-Agent: %s\n", madmutt_version); } }