summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-09-10 20:26:23 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2002-09-10 20:26:23 +0000
commitfc16c458b0218afab9231eace5f026e6312c8072 (patch)
tree5f299c80316b38f0da498ce49009e224bd0bbf57
parenta599ca2c81cfcc597041509ca81f8705a5ca8f30 (diff)
downloadevolution-data-server-fc16c458b0218afab9231eace5f026e6312c8072.tar.gz
Clear the exception even if we failed to get the message (part) from the
2002-09-10 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (camel_imap_folder_fetch_data): Clear the exception even if we failed to get the message (part) from the imap-message-cache if we are online and able to try fetching it from the IMAP server.
-rw-r--r--camel/ChangeLog7
-rw-r--r--camel/providers/imap/camel-imap-folder.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 508c2c932..cf810f855 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-10 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-folder.c
+ (camel_imap_folder_fetch_data): Clear the exception even if we
+ failed to get the message (part) from the imap-message-cache if we
+ are online and able to try fetching it from the IMAP server.
+
2002-09-10 Not Zed <NotZed@Ximian.com>
* camel-data-cache.c (data_cache_expire): Remove the hash table
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index 0f77d80d7..da5966978 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -2430,6 +2430,7 @@ camel_imap_folder_fetch_data (CamelImapFolder *imap_folder, const char *uid,
return NULL;
}
+ camel_exception_clear (ex);
if (store->server_level < IMAP_LEVEL_IMAP4REV1 && !*section_text) {
response = camel_imap_command (store, folder, ex,
"UID FETCH %s RFC822.PEEK",