From ff566c8be00db72e012f19fb0402d7e4fd74ab2b Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 28 Jun 2012 10:53:08 +0200 Subject: Fix compiler warning --- modules/prefer-plain/e-mail-parser-prefer-plain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/prefer-plain/e-mail-parser-prefer-plain.c b/modules/prefer-plain/e-mail-parser-prefer-plain.c index 6780172224..78faadcd63 100644 --- a/modules/prefer-plain/e-mail-parser-prefer-plain.c +++ b/modules/prefer-plain/e-mail-parser-prefer-plain.c @@ -277,12 +277,12 @@ empe_prefer_plain_parse (EMailParserExtension *extension, /* Multiparts can represent a text/html with inline images or so */ if (camel_content_type_is (ct, "multipart", "*")) { - sparts = e_mail_parser_parse_part ( - parser, sp, part_id, cancellable); - GSList *iter; gboolean has_html = FALSE; + sparts = e_mail_parser_parse_part ( + parser, sp, part_id, cancellable); + /* Check whether the multipart contains a text/html part */ for (iter = sparts; iter; iter = g_slist_next (iter)) { EMailPart *p = iter->data; -- cgit v1.2.3