diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-04 00:47:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-04 00:47:16 +0800 |
commit | 15585cc9c6eb9a24c4c03e8c5bc34e36aa3474a2 (patch) | |
tree | 9de6bd8653dd3f22fbff52146a71591abd5a1040 /camel/ChangeLog | |
parent | 4d8aef368f8eb4d518741a20c4ae6fc113f2545d (diff) | |
download | gsoc2013-evolution-15585cc9c6eb9a24c4c03e8c5bc34e36aa3474a2.tar.gz gsoc2013-evolution-15585cc9c6eb9a24c4c03e8c5bc34e36aa3474a2.tar.zst gsoc2013-evolution-15585cc9c6eb9a24c4c03e8c5bc34e36aa3474a2.zip |
Only add vTrash/vJunk info's if we've requested the toplevel folder tree,
2003-12-03 Jeffrey Stedfast <fejj@ximian.com>
* camel-store.c (camel_store_get_folder_info): Only add
vTrash/vJunk info's if we've requested the toplevel folder tree,
otherwise we get vTrash/vJunk folders in odd places in the folder
tree.
(add_special_info): Use the provider->url_flags to determine if
the url uses the fragment or not for the path.
svn path=/trunk/; revision=23606
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a24189bd76..4e77a363a3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2003-12-03 Jeffrey Stedfast <fejj@ximian.com> + + * camel-store.c (camel_store_get_folder_info): Only add + vTrash/vJunk info's if we've requested the toplevel folder tree, + otherwise we get vTrash/vJunk folders in odd places in the folder + tree. + (add_special_info): Use the provider->url_flags to determine if + the url uses the fragment or not for the path. + 2003-12-02 Not Zed <NotZed@Ximian.com> ** See bug #51478. |