aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 4 insertions, 7 deletions
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 <peterw@ximian.com>
+2002-07-26 Jeffrey Stedfast <fejj@ximian.com>
- * 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 <fejj@ximian.com>
If we're gonna do an elite hack, lets do it right.