aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bogo-junk-plugin/Makefile.am
diff options
context:
space:
mode:
authorsrinivasa ragavan <sragavan@novell.com>2008-12-15 14:41:26 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2008-12-15 14:41:26 +0800
commit19db3033bfa7429b00a5c3b5074ddd13567516bf (patch)
tree218c958dbb30fc9d1f0f7a54b3ac0c09a1d01c29 /plugins/bogo-junk-plugin/Makefile.am
parentb6c295f4e4fe22e292db9773151d17a83703982b (diff)
downloadgsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar.gz
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar.bz2
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar.lz
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar.xz
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.tar.zst
gsoc2013-evolution-19db3033bfa7429b00a5c3b5074ddd13567516bf.zip
init the bogofilter if it wasn't. say that evolution's welcome message is
2008-12-15 srinivasa ragavan <sragavan@novell.com> * makefile.am: * bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the bogofilter if it wasn't. say that evolution's welcome message is not junk. svn path=/trunk/; revision=36883
Diffstat (limited to 'plugins/bogo-junk-plugin/Makefile.am')
-rw-r--r--plugins/bogo-junk-plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bogo-junk-plugin/Makefile.am b/plugins/bogo-junk-plugin/Makefile.am
index cc89c0072e..886d60392d 100644
--- a/plugins/bogo-junk-plugin/Makefile.am
+++ b/plugins/bogo-junk-plugin/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir) \
+ -DWELCOME_MESSAGE=\""$(privdatadir)/default/C/mail/local/Inbox"\" \
$(EVOLUTION_MAIL_CFLAGS)
@EVO_PLUGIN_RULE@