From 76f220863e83aa27c4f2d9efe214f697885072e0 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 23 May 2001 20:56:57 +0000 Subject: New async function to remove a folder. God knows if it does what the 2001-05-23 Jeffrey Stedfast * 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. * 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=9952 --- mail/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index c58dbacf03..085bc9211a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-05-23 Jeffrey Stedfast + + * 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. + + * 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. + 2001-05-22 Jeffrey Stedfast * mail-config.c (mail_config_write_on_exit): Save the -- cgit