diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-01 04:45:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-01 04:45:42 +0800 |
commit | 326d9cdc79b6b0df11cefbefc15a17a50a38c39f (patch) | |
tree | 0a87534b0c1c2221742d7b081a48fd9c40c1b059 /camel/ChangeLog | |
parent | 29cd9a0bef80716827a9800af6a764aa6fe21446 (diff) | |
download | gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar.gz gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar.bz2 gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar.lz gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar.xz gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.tar.zst gsoc2013-evolution-326d9cdc79b6b0df11cefbefc15a17a50a38c39f.zip |
Don't strip the namespace from the fi->full_name when hasing or creating
2002-09-30 Jeffrey Stedfast <fejj@ximian.com>
* camel-store.c (camel_folder_info_build): Don't strip the
namespace from the fi->full_name when hasing or creating fake
parent folders. Fixes a bug I found while trying to reproduce bug
#31456.
svn path=/trunk/; revision=18270
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4c3c8045e0..1d77f1341e 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-09-30 Jeffrey Stedfast <fejj@ximian.com> + + * camel-store.c (camel_folder_info_build): Don't strip the + namespace from the fi->full_name when hasing or creating fake + parent folders. Fixes a bug I found while trying to reproduce bug + #31456. + 2002-09-30 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (imap_get_message): Remove |