From 18dc66f5943935bdb5cbc1f52082aadea55a68ea Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 17 Jun 2000 05:29:55 +0000 Subject: Added code to expunge if called for (still need to finish coding this). 2000-06-16 Jeffrey Stedfast * providers/imap/camel-imap-folder.c (imap_sync): Added code to expunge if called for (still need to finish coding this). (imap_get_uids): Implemented. (imap_get_summary): Found a way to get the date (imap_summary_get_by_uid): Same. (imap_free_summary): Implemented. * string-utils.c (strstrcase): Fixed a compile warning * providers/imap/camel-imap-summary.c: Removed - we don't need a CamelImapSummary structure. svn path=/trunk/; revision=3606 --- camel/providers/imap/camel-imap-folder.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'camel/providers/imap/camel-imap-folder.h') diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h index 1b7676b4f8..a450182552 100644 --- a/camel/providers/imap/camel-imap-folder.h +++ b/camel/providers/imap/camel-imap-folder.h @@ -35,9 +35,7 @@ extern "C" { #include #include "camel-folder.h" -#include "camel-imap-summary.h" #include -#include #define CAMEL_IMAP_FOLDER_TYPE (camel_imap_folder_get_type ()) #define CAMEL_IMAP_FOLDER(obj) (GTK_CHECK_CAST((obj), CAMEL_IMAP_FOLDER_TYPE, CamelImapFolder)) @@ -47,8 +45,6 @@ extern "C" { typedef struct { CamelFolder parent_object; - ibex *index; /* index for this folder */ - CamelImapSummary *summary; CamelFolderSearch *search; /* used to run searches, we just use the real thing (tm) */ gint count; -- cgit v1.2.3