fixed some compile warnings

svn path=/trunk/; revision=23202
This commit is contained in:
Jeffrey Stedfast
2003-11-06 21:57:01 +00:00
parent 49265bef8d
commit e6ff03471e

View File

@ -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"))) {