From 3d319ce9ef8862ec4245ab58946ff8ff66c00578 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 11 Jul 2000 20:19:28 +0000 Subject: This shouldn't return NULL, it should return g_ptr_array_new () so the 2000-07-11 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_search_by_expression): This shouldn't return NULL, it should return g_ptr_array_new () so the mailer gets what it expects. svn path=/trunk/; revision=4095 --- camel/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 4cc528c62d..e5e9bc5f3c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-07-11 Jeffrey Stedfast + + * providers/imap/camel-imap-folder.c (imap_search_by_expression): + This shouldn't return NULL, it should return g_ptr_array_new () + so the mailer gets what it expects. + 2000-07-10 Jeffrey Stedfast * camel-folder-summary.c (camel_folder_summary_decode_string): -- cgit