From dde7200f40a26aa9a70949a56aae0a53bbf67afd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 21 Jan 2013 19:08:11 +0100 Subject: Exclude also text/calendar in a fix for bug #692009 --- mail/e-mail-request.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index 1deff94414..2c2fb02ce6 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -143,7 +143,8 @@ handle_mail_request (GSimpleAsyncResult *res, if (context.mode == E_MAIL_FORMATTER_MODE_RAW && content_type && camel_content_type_is (content_type, "text", "*") && !camel_content_type_is (content_type, "text", "plain") && - !camel_content_type_is (content_type, "text", "html")) { + !camel_content_type_is (content_type, "text", "html") && + !camel_content_type_is (content_type, "text", "calendar")) { CamelDataWrapper *dw; CamelStream *raw_content; GByteArray *ba; -- cgit v1.2.3