Bug#836812: mutt: Package version missing from the User-Agent string

2016-09-06 Thread Antonio Radici
On Tue, Sep 06, 2016 at 10:11:15AM +0300, Alberto Garcia wrote: > Package: mutt > Version: 1.7.0-1 > Severity: minor > > The User-Agent string that mutt produces is incomplete. It its created > with this code: > >fprintf (fp, "User-Agent: NeoMutt/%s (%s)\n", PACKAGE_VERSION, OldMuttVer); >

Bug#836812: mutt: Package version missing from the User-Agent string

2016-09-06 Thread Alberto Garcia
Package: mutt Version: 1.7.0-1 Severity: minor The User-Agent string that mutt produces is incomplete. It its created with this code: fprintf (fp, "User-Agent: NeoMutt/%s (%s)\n", PACKAGE_VERSION, OldMuttVer); However PACKAGE_VERSION is empty, which results in this odd-looking string: