Fix Copy&Paste error found by Coverity scan
authorMilan Crha <mcrha@redhat.com>
Fri, 30 Nov 2012 07:38:21 +0000 (08:38 +0100)
committerMilan Crha <mcrha@redhat.com>
Fri, 30 Nov 2012 07:38:21 +0000 (08:38 +0100)
camel/camel-imapx-utils.c

index e3ed570..d653679 100644 (file)
@@ -1513,7 +1513,7 @@ imapx_dump_fetch (struct _fetch_info *finfo)
                camel_stream_write_string (sout, string, NULL, NULL);
                g_free (string);
        }
-       if (finfo->date) {
+       if (finfo->uid) {
                string = g_strdup_printf ("UID: '%s'\n", finfo->uid);
                camel_stream_write_string (sout, string, NULL, NULL);
                g_free (string);