X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=450f543582f0a4207f3035ded8e47b093d81b6b5;hp=6ae0b6b6d14e06b9a01277a98e5e218eb19c7a99;hb=6763f237f2dfe6467cb6308e6735bab6b09d212b;hpb=fa2fd1900f206da4bb975b5ece50ee29f5bd8a75 diff --git a/sendlib.c b/sendlib.c index 6ae0b6b..450f543 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1615,7 +1615,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, } } /* Add a vanity header */ - fprintf (fp, "User-Agent: mutt-ng/%s (%s)\n", MUTT_VERSION, os); + fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version (0), os); } return (ferror (fp) == 0 ? 0 : -1);