From 3cb66ed22a86f8e193f4a28cb8cc3ddd31f427bd Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 26 Sep 2002 05:56:12 +0000 Subject: Treat spool as a local folder, so the ref checks work right. 2002-09-26 Not Zed * 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 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/ChangeLog') 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 + * 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. -- cgit v1.2.3