From 35fe068ed2a74a9eee0f52236625d913951a56b0 Mon Sep 17 00:00:00 2001 From: 4 Date: Tue, 25 Sep 2001 00:58:34 +0000 Subject: Set the exception to FOLDER_INVALID rather than making out it worked. A 2001-09-24 * camel-folder.c (append_message): Set the exception to FOLDER_INVALID rather than making out it worked. A fix for #7025. (search_by_expression): Here too. svn path=/trunk/; revision=13106 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index fc02246f57..bed79fb5d6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-09-24 + * camel-folder.c (append_message): Set the exception to + FOLDER_INVALID rather than making out it worked. A fix for #7025. + (search_by_expression): Here too. + * providers/imap/camel-imap-folder.c (imap_update_summary): In the 'lose' case, free messages, not fetch_data twice! -- cgit