Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25179
Collapse All | Expand All

(-)parse.c (-6 / +8 lines)
Lines 1053-1066 int mutt_parse_rfc822_line (ENVELOPE *e, Link Here
1053
    if (!ascii_strcasecmp (line + 1, "ines"))
1053
    if (!ascii_strcasecmp (line + 1, "ines"))
1054
    {
1054
    {
1055
      if (hdr)
1055
      if (hdr)
1056
      {
1056
	hdr->lines = atoi (p);
1057
	hdr->lines = atoi (p);
1057
1058
1058
      /* 
1059
	/* 
1059
       * HACK - mutt has, for a very short time, produced negative
1060
	* HACK - mutt has, for a very short time, produced negative
1060
       * Lines header values.  Ignore them. 
1061
	* Lines header values.  Ignore them. 
1061
       */
1062
	*/
1062
      if (hdr->lines < 0)
1063
	if (hdr->lines < 0)
1063
	hdr->lines = 0;
1064
	  hdr->lines = 0;
1065
      }
1064
1066
1065
      matched = 1;
1067
      matched = 1;
1066
    }
1068
    }

Return to bug 25179