Commit Graph

14 Commits

Author SHA1 Message Date
01a7c98bd2 Include e-mail-format-extensions.h in tarball.
Private header, but still need to distribute it.
2012-06-25 22:07:38 -04:00
ad2e4ef126 em-format: Remove $(emformatextensions_SOURCES) reference.
This variable is not defined anywhere.
2012-06-25 22:07:38 -04:00
75b7e16821 em-format: Add missing linker flags. 2012-06-07 12:24:30 -04:00
5b8340563c 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.
2012-06-06 15:27:19 +02:00
6d2c382788 WebKit port - port formatter and mail module 2012-03-28 18:38:25 +02:00
1600064022 Bug #591436 - Add -avoid-version to LDFLAGS 2012-02-15 11:22:21 +01:00
1f38f4d92c Simplify library dependency flags.
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac.  Time to simplify.  Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel).  That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
2011-10-04 22:27:14 -04:00
a8bde44b69 Bug #436914 - Reply to inline GPG quotes raw GPG message 2010-12-13 16:30:21 +01:00
59bd81691d Compiler and linker flag cleanups. 2009-12-27 14:32:39 -05:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
1f89bf6b80 Fix some build issues. 2009-07-14 10:07:12 -04:00
f425fdc8e2 Fix some issues when building Anjal. 2009-07-13 09:33:38 -04:00
bfc5ba2511 Fix "make distcheck" errors and other build cleanups. 2009-06-30 18:34:08 -04:00
f4cf9af33c Use -no-undefined on Linux too
There still left two things opened, search for KILL-BONOBO to find them.
One is in calendar's Makefile.am, one in composer.
2009-05-20 16:50:00 +02:00