aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-06 21:27:19 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-06 21:27:19 +0800
commit5b8340563c271fb684a88c6e5bb6dd3bfb629058 (patch)
treec1c7d606fb4ce9fd2fe459a9226bfb9125423991 /mail/Makefile.am
parent26a4f24188fd89dbabaff192bec9c54af8fe5a80 (diff)
downloadgsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar.gz
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar.bz2
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar.lz
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar.xz
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.tar.zst
gsoc2013-evolution-5b8340563c271fb684a88c6e5bb6dd3bfb629058.zip
Mail formatter rewrite
All mail-parsing and formatting code has been moved to em-format. Parsing is handeled by EMailParser class, formatting by EMailFormatter. Both classes have registry which hold extensions - simple classes that do actual parsing and formatting. Each supported mime-type has it's own parser and formatter extension class.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index da2c0eb692..7fa3dbab9c 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -44,7 +44,6 @@ mailinclude_HEADERS = \
e-mail-account-manager.h \
e-mail-account-store.h \
e-mail-account-tree-view.h \
- e-mail-attachment-bar.h \
e-mail-autoconfig.h \
e-mail-backend.h \
e-mail-browser.h \
@@ -101,10 +100,6 @@ mailinclude_HEADERS = \
em-folder-tree-model.h \
em-folder-tree.h \
em-folder-utils.h \
- em-format-hook.h \
- em-format-html-display.h \
- em-format-html-print.h \
- em-format-html.h \
em-search-context.h \
em-subscription-editor.h \
em-utils.h \
@@ -128,7 +123,6 @@ libevolution_mail_la_SOURCES = \
e-mail-account-manager.c \
e-mail-account-store.c \
e-mail-account-tree-view.c \
- e-mail-attachment-bar.c \
e-mail-autoconfig.c \
e-mail-backend.c \
e-mail-browser.c \
@@ -185,10 +179,6 @@ libevolution_mail_la_SOURCES = \
em-folder-tree-model.c \
em-folder-tree.c \
em-folder-utils.c \
- em-format-hook.c \
- em-format-html-display.c \
- em-format-html-print.c \
- em-format-html.c \
em-search-context.c \
em-subscription-editor.c \
em-utils.c \