aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-03-13 05:28:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-03-13 05:28:41 +0800
commite28d5364ac2716e911c121657a20923682c5b2b2 (patch)
tree3a19fe2fc718a493d67b11498d2668094671b7f3 /camel/ChangeLog
parent3f727f063b1e13a89588f9cd1e5cf45a89c391e1 (diff)
downloadgsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar.gz
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar.bz2
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar.lz
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar.xz
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.tar.zst
gsoc2013-evolution-e28d5364ac2716e911c121657a20923682c5b2b2.zip
Fixes for bug #55018.
2004-03-12 Jeffrey Stedfast <fejj@ximian.com> Fixes for bug #55018. * providers/local/camel-local-folder.c (camel_local_folder_construct): Use camel_url_to_string() here too, so we properly encode the fragment. * providers/local/camel-mbox-store.c (get_folder_info): Use CamelURL to properly encode the fi->uri. Pass the CamelURL into scan_dir() so that scan_dir() can re-use it (rather than having to malloc/parse/free for each file/dir) (scan_dir): Use camel_url_to_string(). * providers/local/camel-maildir-store.c (get_folder_info): Same as mbox. (scan_dir): Same as mbox. We also need to set the CAMEL_FOLDER_NOSELECT flag if appropriate. * providers/local/camel-mh-store.c (get_folder_info): Same as mbox and maildir. (folders_scan): Now takes a url argument which we pass off to folder_info_new(). (recursive_scan): Same. (folder_info_new): Use camel_url_to_string(). svn path=/trunk/; revision=25050
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 10801c9a60..a962188994 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,29 @@
+2004-03-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fixes for bug #55018.
+
+ * providers/local/camel-local-folder.c
+ (camel_local_folder_construct): Use camel_url_to_string() here
+ too, so we properly encode the fragment.
+
+ * providers/local/camel-mbox-store.c (get_folder_info): Use
+ CamelURL to properly encode the fi->uri. Pass the CamelURL into
+ scan_dir() so that scan_dir() can re-use it (rather than having to
+ malloc/parse/free for each file/dir)
+ (scan_dir): Use camel_url_to_string().
+
+ * providers/local/camel-maildir-store.c (get_folder_info): Same as
+ mbox.
+ (scan_dir): Same as mbox. We also need to set the
+ CAMEL_FOLDER_NOSELECT flag if appropriate.
+
+ * providers/local/camel-mh-store.c (get_folder_info): Same as mbox
+ and maildir.
+ (folders_scan): Now takes a url argument which we pass off to
+ folder_info_new().
+ (recursive_scan): Same.
+ (folder_info_new): Use camel_url_to_string().
+
2004-03-11 Radek Doulik <rodo@ximian.com>
* camel-folder.c (camel_folder_set_message_flags): watch for