Add patch to import netscape mail filters. Wheee
svn path=/trunk/; revision=16631
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2002-04-29 Iain Holmes <iain@ximian.com>
|
||||
|
||||
* Makefile.am: Link the netscape importer against camel, filters and
|
||||
shell.
|
||||
|
||||
* netscape-importer.c: Apply patch from Christian Kreibich to import
|
||||
netscape filters.
|
||||
|
||||
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* Makefile.am: Don't link to libibex anymore, it has been
|
||||
|
||||
@ -5,6 +5,7 @@ bin_PROGRAMS = evolution-netscape-importer \
|
||||
|
||||
INCLUDES = \
|
||||
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
|
||||
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
|
||||
-DG_LOG_DOMAIN=\"Evolution-Importer\" \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_builddir)/shell \
|
||||
@ -30,7 +31,10 @@ evolution_netscape_importer_SOURCES = \
|
||||
|
||||
evolution_netscape_importer_LDADD = \
|
||||
$(top_builddir)/shell/importer/libevolution-importer.la \
|
||||
$(top_builddir)/camel/libcamel.la \
|
||||
$(top_builddir)/e-util/libeutil.la \
|
||||
$(top_builddir)/filter/libfilter.la \
|
||||
$(top_builddir)/shell/libeshell.la \
|
||||
$(IMPORTERS_LIBS)
|
||||
|
||||
evolution_elm_importer_SOURCES = \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user