aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-01-24 20:07:33 +0800
committerMilan Crha <mcrha@redhat.com>2013-01-24 20:07:33 +0800
commitf3dfdae8458d08331551ce441be045f4dfaa8b77 (patch)
treeed949d98b22de64098d000656401648a07f80aee /em-format
parent9095910fa3ffde4fbec9472158246613c85007fe (diff)
downloadgsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.gz
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.bz2
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.lz
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.xz
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.zst
gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.zip
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.
Diffstat (limited to 'em-format')
-rw-r--r--em-format/e-mail-formatter.h1
1 files changed, 1 insertions, 0 deletions
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;