From 80bec4b3e5de8044697f4acddd05947cbf68d8c4 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Wed, 15 Nov 2000 05:44:25 +0000 Subject: Maildir lives. svn path=/trunk/; revision=6576 --- camel/providers/local/camel-local-summary.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'camel/providers/local/camel-local-summary.c') diff --git a/camel/providers/local/camel-local-summary.c b/camel/providers/local/camel-local-summary.c index 68c83404cc..ed33d9ffc2 100644 --- a/camel/providers/local/camel-local-summary.c +++ b/camel/providers/local/camel-local-summary.c @@ -248,7 +248,6 @@ static CamelMessageInfo * local_summary_add(CamelLocalSummary *cls, CamelMimeMessage *msg, const CamelMessageInfo *info, CamelFolderChangeInfo *ci, CamelException *ex) { CamelMessageInfo *mi; - CamelFolderSummary *s = (CamelFolderSummary *)cls; char *xev; d(printf("Adding message to summary\n")); @@ -431,7 +430,7 @@ message_info_new(CamelFolderSummary *s, struct _header_raw *h) static CamelMessageInfo * message_info_new_from_message(CamelFolderSummary *s, CamelMimeMessage *msg) { CamelMessageInfo *mi; - CamelLocalSummary *cls = (CamelLocalSummary *)s; + /*CamelLocalSummary *cls = (CamelLocalSummary *)s;*/ mi = ((CamelFolderSummaryClass *)camel_local_summary_parent)->message_info_new_from_message(s, msg); #if 0 @@ -461,7 +460,7 @@ static CamelMessageInfo * message_info_new_from_parser(CamelFolderSummary *s, CamelMimeParser *mp) { CamelMessageInfo *mi; - CamelLocalSummary *mbs = CAMEL_LOCAL_SUMMARY(s); + /*CamelLocalSummary *mbs = CAMEL_LOCAL_SUMMARY(s);*/ mi = ((CamelFolderSummaryClass *)camel_local_summary_parent)->message_info_new_from_parser(s, mp); if (mi) { -- cgit v1.2.3