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 --- camel/providers/mbox/camel-mbox-folder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/mbox') diff --git a/camel/providers/mbox/camel-mbox-folder.c b/camel/providers/mbox/camel-mbox-folder.c index e3638e23d4..1a01462fd6 100644 --- a/camel/providers/mbox/camel-mbox-folder.c +++ b/camel/providers/mbox/camel-mbox-folder.c @@ -175,6 +175,7 @@ _init_with_store (CamelFolder *folder, CamelStore *parent_store, CamelException parent_class->init_with_store (folder, parent_store, ex); if (camel_exception_get_id (ex)) return; + printf ("%d\n", folder->open_mode); /* we assume that the parent init_with_store method checks for the existance of @folder */ -- cgit v1.2.3