diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-24 20:07:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-24 20:07:33 +0800 |
commit | f3dfdae8458d08331551ce441be045f4dfaa8b77 (patch) | |
tree | ed949d98b22de64098d000656401648a07f80aee /em-format | |
parent | 9095910fa3ffde4fbec9472158246613c85007fe (diff) | |
download | gsoc2013-evolution-f3dfdae8458d08331551ce441be045f4dfaa8b77.tar.gz 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.h | 1 |
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; |