From 6fb402b631a1823fbc143a8ef6317cfec0eb0e67 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Jul 2002 19:25:02 +0000 Subject: If the path exists and is a directory, return non-NULL. Missed this before 2002-07-26 Jeffrey Stedfast * providers/local/camel-local-store.c (get_folder): If the path exists and is a directory, return non-NULL. Missed this before which is how we could return NULL even on success. Oops. svn path=/trunk/; revision=17618 --- camel/ChangeLog | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 70ec3e243e..9242a0f964 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,12 +1,9 @@ -2002-07-26 Peter Williams +2002-07-26 Jeffrey Stedfast - * providers/imap/camel-imap-summary.c - (camel_imap_summary_add_offline_uncached): The flags'n'tags - copy was unnecessary. Removed it. + * providers/local/camel-local-store.c (get_folder): If the path + exists and is a directory, return non-NULL. Missed this before + which is how we could return NULL even on success. Oops. - * Revert Jeff's previous change, it broke local - folders. Uninitialized exceptions or something. - 2002-07-25 Jeffrey Stedfast If we're gonna do an elite hack, lets do it right. -- cgit v1.2.3