From 5cb61aa42f97181881ca7d4586395f099c131228 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Tue, 16 Jul 2002 20:39:08 +0000 Subject: Clean up some improper usage of CamelExceptions (looking at 2002-07-16 Peter Williams * providers/imap/camel-imap-folder.c (imap_sync_online): Clean up some improper usage of CamelExceptions (looking at camel_exception_is_set when ex = NULL). * providers/imap/camel-imap-store.c (get_folder_online): Here too. * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_new): Nothing sets the exception so don't bother to check it at the end of this function. Prevents a warning about checking a NULL exception's value. svn path=/trunk/; revision=17482 --- camel/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 4eb8fed1a4..e932cd42d6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2002-07-16 Peter Williams + + * providers/imap/camel-imap-folder.c (imap_sync_online): Clean + up some improper usage of CamelExceptions (looking at + camel_exception_is_set when ex = NULL). + + * providers/imap/camel-imap-store.c (get_folder_online): Here too. + + * providers/imap/camel-imap-message-cache.c + (camel_imap_message_cache_new): Nothing sets the exception so + don't bother to check it at the end of this function. Prevents + a warning about checking a NULL exception's value. + 2002-07-16 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.c (smtp_helo): Make the -- cgit v1.2.3