diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-24 06:43:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-24 06:43:03 +0800 |
commit | a2f50bb029eaa8b8c0804a5788302dc15105a3ed (patch) | |
tree | 3ffd58a9d131699dc756697d387319758a9f371b /mail/ChangeLog | |
parent | 30dce44f3897757c3a1cb2ecfe215a6c628e9024 (diff) | |
download | gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar.gz gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar.bz2 gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar.lz gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar.xz gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.tar.zst gsoc2013-evolution-a2f50bb029eaa8b8c0804a5788302dc15105a3ed.zip |
New function that the shell component calls to copy/move a folder.
2001-05-23 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (xfer_folder): New function that the shell
component calls to copy/move a folder.
(component_fn): Set the xfer_folder_fn argument.
* mail-ops.c (mail_remove_folder): New async function to remove a
folder. God knows if it does what the ShellComponent needs or not
yet.
(mail_xfer_folder): Yet another yummy async function to move or
copy a folder to a new location.
* component-factory.c (storage_remove_folder): New function for
removing folders.
(remove_folder): New function that the shell component calls to
delete a folder.
(component_fn): Set the remove_folder_fn argument.
svn path=/trunk/; revision=9954
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 085bc9211a..e03e667e17 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,8 +1,14 @@ 2001-05-23 Jeffrey Stedfast <fejj@ximian.com> + * component-factory.c (xfer_folder): New function that the shell + component calls to copy/move a folder. + (component_fn): Set the xfer_folder_fn argument. + * mail-ops.c (mail_remove_folder): New async function to remove a folder. God knows if it does what the ShellComponent needs or not yet. + (mail_xfer_folder): Yet another yummy async function to move or + copy a folder to a new location. * component-factory.c (storage_remove_folder): New function for removing folders. |