diff options
author | Not Zed <NotZed@Ximian.com> | 2002-09-26 13:34:10 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-26 13:34:10 +0800 |
commit | a007d6d2084df436d5f1fa2b6804064c6e7c62e0 (patch) | |
tree | b74d0961cc17c7935369ca6724785eaef1adce4b /camel/ChangeLog | |
parent | e45b3e48281defcf3df2761b4bf3ce0c3b2d5357 (diff) | |
download | gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar.gz gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar.bz2 gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar.lz gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar.xz gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.tar.zst gsoc2013-evolution-a007d6d2084df436d5f1fa2b6804064c6e7c62e0.zip |
Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, its
2002-09-26 Not Zed <NotZed@Ximian.com>
* providers/local/camel-spool-store.c (get_folder): Implement
FOLDER_CREATE flag.
(scan_dir): Dont free name on exception, its alloca'd.
(scan_dir): If we start scanning from a file, just add that
directly.
(scan_dir): Allow empty files to also show up in folder list, as
well as files starting with "From ".
* providers/local/camel-spool-folder.c (camel_spool_folder_new):
Check folder != NULL before writing to it.
* providers/local/camel-local-store.c (create_folder): Handle a
parent of NULL for creating top-level dirs. Part of #31186.
svn path=/trunk/; revision=18230
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 651cede20a..ab75d5d5df 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,19 @@ 2002-09-26 Not Zed <NotZed@Ximian.com> + * providers/local/camel-spool-store.c (get_folder): Implement + FOLDER_CREATE flag. + (scan_dir): Dont free name on exception, its alloca'd. + (scan_dir): If we start scanning from a file, just add that + directly. + (scan_dir): Allow empty files to also show up in folder list, as + well as files starting with "From ". + + * providers/local/camel-spool-folder.c (camel_spool_folder_new): + Check folder != NULL before writing to it. + + * providers/local/camel-local-store.c (create_folder): Handle a + parent of NULL for creating top-level dirs. Part of #31186. + * providers/imap/camel-imap-store.c (parse_list_response_as_folder_info): Store the folder flags in the store summary. |