diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-05 05:49:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-05 05:49:15 +0800 |
commit | 154e82c2d63b74fe2ad532efd58fd63f8b682558 (patch) | |
tree | 91f98dd39dbf3aaf716052d9d8966cc8e3815ffb /camel/ChangeLog | |
parent | 18372290242a13cee9cc64c50c054d07f9494be4 (diff) | |
download | gsoc2013-evolution-154e82c2d63b74fe2ad532efd58fd63f8b682558.tar.gz gsoc2013-evolution-154e82c2d63b74fe2ad532efd58fd63f8b682558.tar.zst gsoc2013-evolution-154e82c2d63b74fe2ad532efd58fd63f8b682558.zip |
Get rid of some unnecessary CAMEL_OBJECT() casts.
2004-02-04 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap/camel-imap-store.c: Get rid of some unnecessary
CAMEL_OBJECT() casts.
* providers/imap/camel-imap-folder.c (camel_imap_folder_new): The
folder_name argument passed to this function is ALWAYS in the UNIX
path form (ie. using '/' as the dir sep) and so when getting the
short_name, don't use imap_store->dir_sep as the dir sep, always
use '/'. Fixes bug #53755 for the IMAP case.
svn path=/trunk/; revision=24622
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2a05f97bdc..c048f2f67a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,16 @@ 2004-02-04 Jeffrey Stedfast <fejj@ximian.com> + * providers/imap/camel-imap-store.c: Get rid of some unnecessary + CAMEL_OBJECT() casts. + + * providers/imap/camel-imap-folder.c (camel_imap_folder_new): The + folder_name argument passed to this function is ALWAYS in the UNIX + path form (ie. using '/' as the dir sep) and so when getting the + short_name, don't use imap_store->dir_sep as the dir sep, always + use '/'. Fixes bug #53755 for the IMAP case. + +2004-02-04 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #53755 (local folders case) * providers/local/camel-mbox-store.c (xrename): No longer takes an |