X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sendlib.c;h=73d41b3d43b62752877020eb2915b35e9b748df6;hp=3bf9c916f259ce1ccc14c07d5d5f84cffe6acf61;hb=84dadd88f9d900c76451ac97b74c9187fab0dd09;hpb=8a2967d883cee12f0de4c0cdf0cd594ea96e622b diff --git a/sendlib.c b/sendlib.c index 3bf9c91..73d41b3 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1505,7 +1505,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, os = (uname(&un) == -1) ? "UNIX" : un.sysname; } /* Add a vanity header */ - fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version (0), os); + fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version(), os); } return (ferror (fp) == 0 ? 0 : -1); @@ -1840,7 +1840,7 @@ static int mutt_invoke_sendmail (address_t * from, /* the sender */ if (option (OPTNEWSSEND)) { char cmd[LONG_STRING]; - m_strformat(cmd, sizeof(cmd), Inews, nntp_format_str, 0, 0); + m_strformat(cmd, sizeof(cmd), 0, Inews, nntp_format_str, 0, 0); if (m_strisempty(cmd)) { i = nntp_post (msg); unlink (msg);