Browse code

not needed, those email headers are broken, and a MUA won't interpret them either.

git-svn: trunk@4054

Török Edvin authored on 2008/08/01 23:50:27
Showing 1 changed files
... ...
@@ -1590,21 +1590,7 @@ parseEmailFile(FILE *fin, const table_t *rfc821, const char *firstLine, const ch
1590 1590
 					 */
1591 1591
 					if(isblank(line[0]))
1592 1592
 						continue;
1593
-#ifdef	BUGFIX647	/* do not define, it slows it all down */
1594
-					/*
1595
-					 * TODO: will this be a performance hog?
1596
-					 * Needed to handle (broken?) email headers like:
1597
-					 * Content-
1598
-					 * Transfer-Encoding:quoted-printable
1599
-					 *
1600
-					 * Content-Transfer-Enco
1601
-					 * ding:quoted-printable
1602
-					 *
1603
-					 * [Otherwise we'll miss the encoding]
1604
-					 * */
1605
-					fullline = cli_strdup(line);
1606
-					fulllinelength = strlen(line) + 1;
1607
-#endif
1593
+
1608 1594
 					/*
1609 1595
 					 * Is this a header we're interested in?
1610 1596
 					 */