X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=1f15e17d28a8057efc56ca1ea3a1ddaad50dfd12;hp=33129ed19d0519a36342598a12467427783da55b;hb=9b87576a7ebf2e52a7ca6a0e2dba12fa24bd34dd;hpb=dc726add2e8fe52be1f6859ea7cbe4651498eeb8;ds=sidebyside diff --git a/sendlib.c b/sendlib.c index 33129ed..1f15e17 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1438,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); } }