X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=c9c5874116ec5d826c11ada26b60c5a159024fbd;hp=2707257af7bedeba44a1d5aef3ffdb1ea53d101d;hb=58a4fd932f40cd77dbcbdc0bfd11710e0ccb5f35;hpb=96d53ff49c308769efbf708e1e65819077cb7af6 diff --git a/sendlib.c b/sendlib.c index 2707257..c9c5874 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1683,7 +1683,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: mutt-ng/%s (%s)\n", MUTT_VERSION, os); } return (ferror (fp) == 0 ? 0 : -1);