From 84423c930ecc93ce93040bfd49e20c68670d4364 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 22 Jan 2000 02:58:12 +0000 Subject: test the mbox provider. 2000-01-21 bertrand * tests/test10.c: test the mbox provider. * camel/camel-folder.c (_set_name): if camel_folder_get_mode returns an exception, return it instead of overriding it with a new one. (camel_folder_is_open): make the is_open method public. (_set_name): use the is_open instead of get_mode. (_set_name): set the fullname even in the case where the folder has no parent. (_set_name): use %c, not %d to add the separator char into the full path. svn path=/trunk/; revision=1606 --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d21f809f2..025a751a0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ 2000-01-21 bertrand + * tests/test10.c: + test the mbox provider. + + * camel/camel-folder.c (_set_name): + if camel_folder_get_mode returns an + exception, return it instead of + overriding it with a new one. + (camel_folder_is_open): make the is_open + method public. + (_set_name): use the is_open instead of + get_mode. + (_set_name): set the fullname even in the case + where the folder has no parent. + (_set_name): use %c, not %d to add the + separator char into the full path. + * camel/camel-store.c: add exception handling everywhere in the store related functions arguments. * camel/providers/mbox/camel-mbox-folder.c: idem -- cgit