diff options
author | Vivek Jain <jvivek@novell.com> | 2005-07-06 12:54:32 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-07-06 12:54:32 +0800 |
commit | 9c86f9ed9878a21a7a29d42b33347ebc643bd3fd (patch) | |
tree | 02f1ddea17b4fb92497df3b3b51c370d541cbc75 /mail/Makefile.am | |
parent | 0bc5bb302977a69660c94d3bf99924d7139c76a6 (diff) | |
download | gsoc2013-evolution-9c86f9ed9878a21a7a29d42b33347ebc643bd3fd.tar.gz gsoc2013-evolution-9c86f9ed9878a21a7a29d42b33347ebc643bd3fd.tar.zst gsoc2013-evolution-9c86f9ed9878a21a7a29d42b33347ebc643bd3fd.zip |
moved to plugins/sa-junk-plugin updated to removed/add these files. assign
2005-07-06 Vivek Jain <jvivek@novell.com>
* em-junk-filter.c : moved to plugins/sa-junk-plugin
* Makefile.am :updated to removed/add these files.
* mail-session.c: (mail_session_init):
assign NULL to junk_plugin, remove included file
"em-junk-filter.h"
* mail-component-factory.c : (make_factory)
register type for EMJunkHook
svn path=/trunk/; revision=29643
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 42cd33b356..9e4cafdc2d 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -88,6 +88,7 @@ mailinclude_HEADERS = \ em-html-stream.h \ em-icon-stream.h \ em-inline-filter.h \ + em-junk-hook.h \ em-menu.h \ em-message-browser.h \ em-popup.h \ @@ -155,10 +156,7 @@ libevolution_mail_la_SOURCES = \ em-html-stream.c \ em-icon-stream.c \ em-inline-filter.c \ - em-junk-filter.c \ - em-junk-filter.h \ - em-junk-plugin.c \ - em-junk-plugin.h \ + em-junk-hook.c \ em-mailer-prefs.c \ em-mailer-prefs.h \ em-menu.c \ |