if (!ascii_strcasecmp (line + 1, "ines"))
{
if (hdr)
hdr->lines = atoi (p);
/*
* HACK - mutt has, for a very short time, produced negative
* Lines header values. Ignore them.
*/
if (hdr->lines < 0)
hdr->lines = 0;
}
matched = 1;