From: pdmef Date: Sun, 24 Jul 2005 09:43:26 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?a=commitdiff_plain;ds=sidebyside;h=58a4fd932f40cd77dbcbdc0bfd11710e0ccb5f35;hp=6603627101b8bc8dba93c7ea3ac1ffbe189f9ccd;p=apps%2Fmadmutt.git Rocco Rutte: - fix User-Agent: header to conform to common practice syntax (again) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@336 e385b8ad-14ed-0310-8656-cc95a2468c6d --- 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);