aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-11-18 06:06:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-11-18 06:06:51 +0800
commit561b83c1a1128305b27026cf284320c333966f4a (patch)
treec4fc37c87b897712398f5c6d8a8930f55f59e923 /camel/ChangeLog
parentb337ececee63f7b7f76c8f783b7ee5d33f028467 (diff)
downloadgsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar.gz
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar.bz2
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar.lz
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar.xz
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.tar.zst
gsoc2013-evolution-561b83c1a1128305b27026cf284320c333966f4a.zip
Fixed an exception to give a more meaningful description.
2003-11-17 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-store.c (create_folder): Fixed an exception to give a more meaningful description. (get_folder_info): We always want to scan at least one level deep. svn path=/trunk/; revision=23406
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 511d12c59c..0cbeb8c483 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -2,6 +2,7 @@
* providers/local/camel-mbox-store.c (create_folder): Fixed an
exception to give a more meaningful description.
+ (get_folder_info): We always want to scan at least one level deep.
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>