From 6ae3f35ec34b4b2c35c4500a64651ac8874cad0e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 30 Jun 2000 22:48:21 +0000 Subject: oops, forgot I had blocked that code from running :) svn path=/trunk/; revision=3837 --- camel/camel-mime-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel') diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c index fbae08a946..ccf13b4097 100644 --- a/camel/camel-mime-utils.c +++ b/camel/camel-mime-utils.c @@ -2258,11 +2258,11 @@ header_decode_date(const char *in, int *saveoffset) w(g_warning("day not followed by ',' its probably a broken mail client, so we'll ignore its date entirely")); printf ("Giving it one last chance...\n"); newdate = parse_date (in); - if (FALSE && newdate) { + if (newdate) { printf ("Got: %s\n", newdate); if (saveoffset) *saveoffset = 0; - t = header_decode_date (newdate, NULL); + t = header_decode_date (newdate, NULL); g_free (newdate); } -- cgit