From cd5a55f9812643109be6c2b0ed5d8f8ce655a4a9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 16 May 2013 13:06:56 -0400 Subject: em-format cleanups. --- em-format/e-mail-parser-multipart-mixed.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'em-format/e-mail-parser-multipart-mixed.c') diff --git a/em-format/e-mail-parser-multipart-mixed.c b/em-format/e-mail-parser-multipart-mixed.c index 1d14fced68..5b8f9c1d7f 100644 --- a/em-format/e-mail-parser-multipart-mixed.c +++ b/em-format/e-mail-parser-multipart-mixed.c @@ -89,15 +89,17 @@ empe_mp_mixed_parse (EMailParserExtension *extension, * not multipart/related. */ if (mail_part != NULL && mail_part->cid != NULL && - (!mail_part->is_attachment || mail_part->is_hidden)) { + (!mail_part->is_attachment || + mail_part->is_hidden)) { e_mail_parser_wrap_as_attachment ( parser, subpart, part_id, &work_queue); - /* Force messages to be expandable */ + /* Force messages to be expandable */ } else if (mail_part == NULL || (camel_content_type_is (ct, "message", "rfc822") && - mail_part != NULL && !mail_part->is_attachment)) { + mail_part != NULL && + !mail_part->is_attachment)) { e_mail_parser_wrap_as_attachment ( parser, subpart, part_id, &work_queue); -- cgit v1.2.3