[tracker] Remove unmaintained kmail plugin



commit 45bb36d48b68663397cdef44b0a6f0b6fe89ac6d
Author: Jürg Billeter <j bitron ch>
Date:   Fri Aug 13 17:23:13 2010 +0200

    Remove unmaintained kmail plugin

 configure.ac                                  |   20 -
 data/db/sqlite-tracker.sql                    |    2 -
 src/plugins/Makefile.am                       |    4 -
 src/plugins/kmail/Makefile.am                 |   49 --
 src/plugins/kmail/tracker-kmail-common.h      |   77 ---
 src/plugins/kmail/tracker-kmail-registrar.c   |  682 -------------------------
 src/plugins/kmail/tracker-kmail-registrar.h   |   93 ----
 src/plugins/kmail/tracker-kmail-registrar.xml |   39 --
 8 files changed, 0 insertions(+), 966 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bde27af..455e501 100644
--- a/configure.ac
+++ b/configure.ac
@@ -969,24 +969,6 @@ AC_SUBST(EVOLUTION_PLUGIN_INSTALL_DIR)
 AM_CONDITIONAL(HAVE_MINER_EVOLUTION, test "x$have_miner_evolution" = "xyes")
 
 
-####################################################################
-# Miner Kmail
-####################################################################
-
-AC_ARG_ENABLE([miner_kmail],
-              AS_HELP_STRING([--enable-miner-kmail],
-                             [enable KMail email data miner [[default=yes]]]),,
-              [enable_miner_kmail=yes])
-
-if test "x$enable_miner_kmail" = "xyes"; then
-   have_miner_kmail="yes"
-else
-   have_miner_kmail="no  (disabled)"
-fi
-
-AM_CONDITIONAL(HAVE_MINER_KMAIL, test "x$have_miner_kmail" = "xyes")
-
-
 ##################################################################
 # Miner RSS
 ##################################################################
@@ -1920,7 +1902,6 @@ AC_CONFIG_FILES([
 	src/tracker-writeback/Makefile
 	src/plugins/Makefile
 	src/plugins/evolution/Makefile
-	src/plugins/kmail/Makefile
 	src/plugins/nautilus/Makefile
 	src/vapi/Makefile
 	tests/common/Makefile
@@ -2033,7 +2014,6 @@ Data Miners:
 
 	RSS:                                    $have_miner_rss
 	Evolution:                              $have_miner_evolution ($evolution_plugins_dir)
-	KMail:                                  $have_miner_kmail
 	Flickr:                                 $have_miner_flickr
 
 Plugins:
diff --git a/data/db/sqlite-tracker.sql b/data/db/sqlite-tracker.sql
index 42c2587..4d22f88 100644
--- a/data/db/sqlite-tracker.sql
+++ b/data/db/sqlite-tracker.sql
@@ -4,5 +4,3 @@ CREATE TABLE Options (
 	OptionValue	Text COLLATE NOCASE
 );
 
-insert Into Options (OptionKey, OptionValue) values ('KMailLastModseq', '0');
-
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am
index a24c9d4..b515963 100644
--- a/src/plugins/Makefile.am
+++ b/src/plugins/Makefile.am
@@ -2,10 +2,6 @@ include $(top_srcdir)/Makefile.decl
 
 SUBDIRS =
 
-if HAVE_MINER_KMAIL
-SUBDIRS += kmail
-endif
-
 if HAVE_MINER_EVOLUTION
 SUBDIRS += evolution
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]