diff options
author | bertrand <bertrand@helixcode.com> | 2000-01-22 10:58:12 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-22 10:58:12 +0800 |
commit | 84423c930ecc93ce93040bfd49e20c68670d4364 (patch) | |
tree | 1eb47e691f93c353405d85a1d320442191f5f61b /ChangeLog | |
parent | e8a2fed920088141d8ed47c6803bc166b18c5418 (diff) | |
download | gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.gz gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.tar.zst gsoc2013-evolution-84423c930ecc93ce93040bfd49e20c68670d4364.zip |
test the mbox provider.
2000-01-21 bertrand <bertrand@helixcode.com>
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2000-01-21 bertrand <bertrand@helixcode.com> + * 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 |