From e6ff03471eb91bf8a5e035f926baaab80aa6ccb4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 6 Nov 2003 21:57:01 +0000 Subject: fixed some compile warnings svn path=/trunk/; revision=23202 --- mail/mail-autofilter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/mail-autofilter.c b/mail/mail-autofilter.c index 3eee3ad8eb..17d5f485d8 100644 --- a/mail/mail-autofilter.c +++ b/mail/mail-autofilter.c @@ -39,6 +39,7 @@ #include "mail-vfolder.h" #include "mail-autofilter.h" +#include "mail-component.h" #include "camel/camel.h" @@ -293,7 +294,7 @@ rule_from_message (FilterRule *rule, RuleContext *context, CamelMimeMessage *msg g_free(mlist); } if (flags & AUTO_THREAD) { - const char *msgid, *refs = NULL; + const char *msgid = NULL, *refs = NULL; char *name; if (!(refs = camel_medium_get_header ((CamelMedium *) msg, "References"))) { -- cgit