diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-20 07:30:48 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-20 23:49:46 +0800 |
commit | 7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0 (patch) | |
tree | 6fd638487108721b48023f2832e73961b8399296 /modules/mail/Makefile.am | |
parent | 84feab41bb9aae3362414ee818139a149a705903 (diff) | |
download | gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.gz gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.bz2 gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.lz gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.xz gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.tar.zst gsoc2013-evolution-7c51d1c1a631a4a8daf26dd44a0aed41eb4726e0.zip |
Add an extension to configure EMFormatHTML.
Make EMFormatHTML extensible and register an extension to automatically
bind every EMFormatHTML instance to the appropriate EShellSettings.
Diffstat (limited to 'modules/mail/Makefile.am')
-rw-r--r-- | modules/mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/Makefile.am b/modules/mail/Makefile.am index 65a5c30d1f..d08a6866e7 100644 --- a/modules/mail/Makefile.am +++ b/modules/mail/Makefile.am @@ -17,6 +17,8 @@ libevolution_module_mail_la_SOURCES = \ evolution-module-mail.c \ e-mail-attachment-handler.c \ e-mail-attachment-handler.h \ + e-mail-config-format-html.c \ + e-mail-config-format-html.h \ e-mail-config-hook.c \ e-mail-config-hook.h \ e-mail-event-hook.c \ |