diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 2000-01-04 06:40:54 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-04 06:40:54 +0800 |
commit | c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed (patch) | |
tree | 57a35f02b38b600eab3a706152d294072e170451 /ChangeLog | |
parent | 01c8e48720676af9576b5eee0c3081432d61b133 (diff) | |
download | gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar.gz gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar.bz2 gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar.lz gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar.xz gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.tar.zst gsoc2013-evolution-c1d59fcb62563f31b5f753fa90b5c7bd2baa5fed.zip |
detects netscape ".sdb" folders as well as simple non-suffixed folders (as
2000-01-03 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/providers/mbox/camel-mbox-folder.c (_list_subfolders):
detects netscape ".sdb" folders as well as simple
non-suffixed folders (as the ones used in pine).
* camel/string-utils.c (string_prefix):
finished implementation.
(string_prefix): added a boolean flag to indicate if the
suffix has been found. When the suffix does not match,
return NULL.
svn path=/trunk/; revision=1531
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,17 @@ -1999-12-26 Bertrand Guiheneuf <guiheneu@localhost.localdomain> +2000-01-03 bertrand <Bertrand.Guiheneuf@aful.org> + + * camel/providers/mbox/camel-mbox-folder.c (_list_subfolders): + detects netscape ".sdb" folders as well as simple + non-suffixed folders (as the ones used in pine). + + + * camel/string-utils.c (string_prefix): + finished implementation. + (string_prefix): added a boolean flag to indicate if the + suffix has been found. When the suffix does not match, + return NULL. + +1999-12-26 bertrand <Bertrand.Guiheneuf@aful.org> * camel/camel-exception.c (camel_exception_setv): new function. Allow printf-like description |