diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 39f6732c5c..b2f6361863 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -319,13 +319,13 @@ imap_sync (CamelFolder *folder, gboolean expunge, CamelException *ex) "Could not set flags on message %s on IMAP " "server %s: %s.", info->uid, service->url->host, - status != CAMEL_IMAP_FAIL && result ? result : + s != CAMEL_IMAP_FAIL && result ? result : "Unknown error"); g_free (result); return; } - g_free(result); + g_free (result); } g_free (flags); } |