From e9dc30dbf0c018bbc845f253bfe0b26baddbeaf2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 2 Oct 2000 19:08:20 +0000 Subject: Remove camel_folder_{get,free}_subfolder_info, as we want to be able to * camel-folder.[ch]: Remove camel_folder_{get,free}_subfolder_info, as we want to be able to scan the whole subfolder tree without having to open any folders, so this needs to be in CamelStore. Remove can_hold_folders and can_hold_messages flags; things that don't hold messages are no longer considered CamelFolders. * camel-folder-summary.[ch]: Remove CamelFolderInfo stuff. * camel-store.[ch]: Add camel_store_{get,free}_folder_info, as well as camel_store_free_folder_info_full and ..._nop for default implementations, and camel_folder_info_free and camel_folder_info_build as convenience functions. Turn CamelFolderInfo into a tree structure and also add an "url" member. * providers/*/camel-*-folder.c: Remove subfolder_info and can_hold stuff. * providers/*/camel-*-store.c: Add folder_info stuff. * providers/imap/camel-imap-folder.c (imap_summary_free): Free the summary elements with camel_message_info_free, not camel_folder_info_free. Oops. * providers/imap/camel-imap-utils.c: const poison svn path=/trunk/; revision=5663 --- camel/camel-folder-summary.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'camel/camel-folder-summary.c') diff --git a/camel/camel-folder-summary.c b/camel/camel-folder-summary.c index bde3059ab3..2653836b13 100644 --- a/camel/camel-folder-summary.c +++ b/camel/camel-folder-summary.c @@ -1505,20 +1505,6 @@ camel_message_info_free(CamelMessageInfo *mi) g_free(mi); } -/** - * camel_folder_info_free: - * @fi: the folder info - * - * Frees a CamelFolderInfo and its contents. - **/ -void -camel_folder_info_free(CamelFolderInfo *fi) -{ - g_free(fi->name); - g_free(fi->full_name); - g_free(fi); -} - #if 0 static void content_info_dump(CamelMessageContentInfo *ci, int depth) -- cgit v1.2.3