[tracker] Disabled push modules by default
- From: Martyn James Russell <mr src gnome org>
- To: svn-commits-list gnome org
- Subject: [tracker] Disabled push modules by default
- Date: Wed, 29 Apr 2009 10:51:59 -0400 (EDT)
commit c9a330066d0271e4abb8b9c182bb0f464700521c
Author: Martyn Russell <martyn imendio com>
Date: Wed Apr 29 15:51:41 2009 +0100
Disabled push modules by default
---
configure.ac | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index b7c572c..7d2439d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,14 +621,14 @@ AM_CONDITIONAL(HAVE_UNAC, test "x$have_unac" = "xyes")
AC_ARG_ENABLE([evolution_push_module],
AS_HELP_STRING([--enable-evolution-push-module],
[enable support for Evolution push mechanism (default=yes)]),,
- [enable_evolution_push_module=yes])
+ [enable_evolution_push_module=no])
AM_CONDITIONAL(USING_EVOLUTION_PUSH_MODULE, test "x$enable_evolution_push_module" = "xyes")
AC_ARG_ENABLE([kmail_push_module],
AS_HELP_STRING([--enable-kmail-push-module],
[enable support for KMail push mechanism (default=yes)]),,
- [enable_kmail_push_module=yes])
+ [enable_kmail_push_module=no])
AM_CONDITIONAL(USING_KMAIL_PUSH_MODULE, test "x$enable_kmail_push_module" = "xyes")
@@ -1445,6 +1445,8 @@ Plugins:
Evolution extracter (data-pull): yes (old)
Evolution plugin (data-push): $have_evolution_plugin
+ KMail plugin (data-push): $enable_kmail_push_module
+ RSS plugin (data-push): $enable_rss_push_module
Warning:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]