oops, forgot I had blocked that code from running :)
authorJeffrey Stedfast <fejj@src.gnome.org>
Fri, 30 Jun 2000 22:48:21 +0000 (22:48 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Fri, 30 Jun 2000 22:48:21 +0000 (22:48 +0000)
camel/camel-mime-utils.c

index fbae08a..ccf13b4 100644 (file)
@@ -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);
                                }