From 154e82c2d63b74fe2ad532efd58fd63f8b682558 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 4 Feb 2004 21:49:15 +0000 Subject: Get rid of some unnecessary CAMEL_OBJECT() casts. 2004-02-04 Jeffrey Stedfast * 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 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 2a05f97bdc..c048f2f67a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2004-02-04 Jeffrey Stedfast + + * 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 Fix for bug #53755 (local folders case) -- cgit