diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-09-24 05:03:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-09-24 05:03:19 +0800 |
commit | 020a8e0361c3641322a62b03912d8e29a06791ba (patch) | |
tree | 8fa46d424ba08e59878efaf5399f4689fc107906 /camel/ChangeLog | |
parent | c948d14546844ac68e4bb3b705cb7a227dd56684 (diff) | |
download | gsoc2013-evolution-020a8e0361c3641322a62b03912d8e29a06791ba.tar.gz gsoc2013-evolution-020a8e0361c3641322a62b03912d8e29a06791ba.tar.zst gsoc2013-evolution-020a8e0361c3641322a62b03912d8e29a06791ba.zip |
If the CREATE flag is set and the parent .sbd directory does not exist,
2003-09-23 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-mbox-store.c (get_folder): If the CREATE
flag is set and the parent .sbd directory does not exist, create
it.
svn path=/trunk/; revision=22677
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 064105872f..cfe36ef306 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2003-09-23 Jeffrey Stedfast <fejj@ximian.com> + * providers/local/camel-mbox-store.c (get_folder): If the CREATE + flag is set and the parent .sbd directory does not exist, create + it. + * camel-mime-utils.c (append_8bit): Don't forget to flush the iconv conversion. |