diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-07 08:30:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-07 08:30:49 +0800 |
commit | d584e7e56897886e417563473dee00e409def0b3 (patch) | |
tree | 314f011283fd3908f68a54f5ac5399e0b18e726d /camel/ChangeLog | |
parent | 7e0929f040b27e2c5607c2218bdfde02342aa6d9 (diff) | |
download | gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar.gz gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar.bz2 gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar.lz gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar.xz gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.tar.zst gsoc2013-evolution-d584e7e56897886e417563473dee00e409def0b3.zip |
Implemented, mostly. Still need to update state on the renamed folder
2004-06-06 Jeffrey Stedfast <fejj@ximian.com>
* providers/imap4/camel-imap4-store.c (imap4_rename_folder):
Implemented, mostly. Still need to update state on the renamed
folder object if instantiated and rename the on-disk cache
directory.
* providers/imap4/camel-imap4-folder.c
(camel_imap4_folder_finalize): Free the cachedir.
(camel_imap4_folder_new): Init the cachedir and load the saved
summary before updating it against the server summary.
* providers/imap4/camel-imap4-store.c
(camel_imap4_store_finalize): Free the storage_path.
(imap4_construct): Init the storage_path.
svn path=/trunk/; revision=26233
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d3baec3e57..37e4641a48 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,19 @@ +2004-06-06 Jeffrey Stedfast <fejj@ximian.com> + + * providers/imap4/camel-imap4-store.c (imap4_rename_folder): + Implemented, mostly. Still need to update state on the renamed + folder object if instantiated and rename the on-disk cache + directory. + + * providers/imap4/camel-imap4-folder.c + (camel_imap4_folder_finalize): Free the cachedir. + (camel_imap4_folder_new): Init the cachedir and load the saved + summary before updating it against the server summary. + + * providers/imap4/camel-imap4-store.c + (camel_imap4_store_finalize): Free the storage_path. + (imap4_construct): Init the storage_path. + 2004-06-04 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new): |