From f3dfdae8458d08331551ce441be045f4dfaa8b77 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 24 Jan 2013 13:07:33 +0100 Subject: Bug #692009 - text/css always formatted as attachment Might be the final change for this bug, the two previous commits were not using the right approach, causing regression in rendering of text/* parts which were not named in the list of excluded content types for a 'raw' formatting. --- em-format/e-mail-formatter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'em-format') diff --git a/em-format/e-mail-formatter.h b/em-format/e-mail-formatter.h index d17a3ac6da..c0599eaa96 100644 --- a/em-format/e-mail-formatter.h +++ b/em-format/e-mail-formatter.h @@ -51,6 +51,7 @@ typedef enum { E_MAIL_FORMATTER_MODE_NORMAL = 0, E_MAIL_FORMATTER_MODE_SOURCE, E_MAIL_FORMATTER_MODE_RAW, + E_MAIL_FORMATTER_MODE_CID, E_MAIL_FORMATTER_MODE_PRINTING, E_MAIL_FORMATTER_MODE_ALL_HEADERS } EMailFormatterMode; -- cgit v1.2.3