From 5b8340563c271fb684a88c6e5bb6dd3bfb629058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Jun 2012 15:27:19 +0200 Subject: 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. --- widgets/misc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/misc/Makefile.am') diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 68b37b9693..6b81d16089 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -11,6 +11,7 @@ widgetsinclude_HEADERS = \ e-alarm-selector.h \ e-alert-bar.h \ e-attachment.h \ + e-attachment-bar.h \ e-attachment-button.h \ e-attachment-dialog.h \ e-attachment-handler.h \ @@ -100,6 +101,7 @@ libemiscwidgets_la_SOURCES = \ e-alarm-selector.c \ e-alert-bar.c \ e-attachment.c \ + e-attachment-bar.c \ e-attachment-button.c \ e-attachment-dialog.c \ e-attachment-handler.c \ -- cgit v1.2.3