From 6b41e702201a040f3b2f9b8ef02ffdb4a846e981 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 16 May 2000 13:08:43 +0000 Subject: get things working with new camel summary stuff. * providers/nntp/camel-nntp-folder.c: * providers/nntp/camel-nntp-folder.h: * providers/nntp/camel-nntp-provider.c: * providers/nntp/camel-nntp-store.c: * providers/nntp/camel-nntp-utils.c: * providers/nntp/camel-nntp-utils.h: get things working with new camel summary stuff. * providers/nntp/camel-nntp-summary.c: * providers/nntp/camel-nntp-summary.h: removed files since camel-folder-summary does all we need. svn path=/trunk/; revision=3090 --- camel/providers/nntp/camel-nntp-folder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/nntp/camel-nntp-folder.h') diff --git a/camel/providers/nntp/camel-nntp-folder.h b/camel/providers/nntp/camel-nntp-folder.h index 7029023a62..7a445d697f 100644 --- a/camel/providers/nntp/camel-nntp-folder.h +++ b/camel/providers/nntp/camel-nntp-folder.h @@ -35,7 +35,6 @@ extern "C" { #include #include "camel-folder.h" -#include "camel-nntp-summary.h" /* #include "camel-store.h" */ @@ -49,6 +48,7 @@ typedef struct { CamelFolder parent_object; gchar *summary_file_path; /* contains the messages summary */ + CamelFolderSummary *summary; } CamelNNTPFolder; -- cgit v1.2.3