diff options
author | Not Zed <NotZed@Ximian.com> | 2002-09-26 13:56:12 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-26 13:56:12 +0800 |
commit | 3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd (patch) | |
tree | 4e71c3547df2715e0aacdc031c06d2cc06967e47 /camel/ChangeLog | |
parent | a007d6d2084df436d5f1fa2b6804064c6e7c62e0 (diff) | |
download | gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar.gz gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar.bz2 gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar.lz gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar.xz gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.tar.zst gsoc2013-evolution-3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd.zip |
Treat spool as a local folder, so the ref checks work right.
2002-09-26 Not Zed <NotZed@Ximian.com>
* tests/folder/test2.c (main): Treat spool as a local folder, so
the ref checks work right.
* providers/local/camel-spool-store.c
(get_folder): Use creat() instead of open() to create file.
svn path=/trunk/; revision=18231
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ab75d5d5df..db2bf38a88 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2002-09-26 Not Zed <NotZed@Ximian.com> + * tests/folder/test2.c (main): Treat spool as a local folder, so + the ref checks work right. + * providers/local/camel-spool-store.c (get_folder): Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, its alloca'd. @@ -7,6 +10,7 @@ directly. (scan_dir): Allow empty files to also show up in folder list, as well as files starting with "From ". + (get_folder): Use creat() instead of open() to create file. * providers/local/camel-spool-folder.c (camel_spool_folder_new): Check folder != NULL before writing to it. |