aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/groupwise/camel-groupwise-provider.c
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-03-25 12:10:27 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-03-25 12:10:27 +0800
commiteae413f6b215a1526588e98e2aa087e0c9323ec5 (patch)
tree832774d42b75a0590d3e73c955cf7072d5700f12 /camel/providers/groupwise/camel-groupwise-provider.c
parent2e125b7af652bb9be0dfc262c0cbe207f83211bf (diff)
downloadgsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar.gz
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar.bz2
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar.lz
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar.xz
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.tar.zst
gsoc2013-evolution-eae413f6b215a1526588e98e2aa087e0c9323ec5.zip
removed ldap seetings and added a settng for SOAP port read port number
2004-03-25 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : removed ldap seetings and added a settng for SOAP port * providers/groupwise/camel-gw-listner.h (add_calendar_tasks_sources) (remove_calendar_tasks_sources), (modify_calendar_tasks_sources) : read port number from url instead of hardcoding Also removed code for adding e-sources for ldap address book and adding now e-sources for groupwise address book svn path=/trunk/; revision=25180
Diffstat (limited to 'camel/providers/groupwise/camel-groupwise-provider.c')
-rw-r--r--camel/providers/groupwise/camel-groupwise-provider.c13
1 files changed, 5 insertions, 8 deletions
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c
index 50e3346710..cd85359206 100644
--- a/camel/providers/groupwise/camel-groupwise-provider.c
+++ b/camel/providers/groupwise/camel-groupwise-provider.c
@@ -62,16 +62,13 @@ CamelProviderConfEntry groupwise_conf_entries[] = {
N_("Automatically synchronize remote mail locally"), "0" },
/* extra Groupwise configuration settings */
- {CAMEL_PROVIDER_CONF_SECTION_START, "ldapserver", NULL,
- N_("Address Book") },
+ {CAMEL_PROVIDER_CONF_SECTION_START, "soapport", NULL,
+ N_("Address Book And Calendar") },
- { CAMEL_PROVIDER_CONF_ENTRY, "ldap_server", NULL,
- N_("LDAP Server Name:") },
-
- { CAMEL_PROVIDER_CONF_ENTRY, "search_base", NULL,
- N_("Search base:") },
+ { CAMEL_PROVIDER_CONF_ENTRY, "soap_port", NULL,
+ N_("Post Office Agent SOAP Port:"), "7181" },
- { CAMEL_PROVIDER_CONF_SECTION_END },
+ { CAMEL_PROVIDER_CONF_SECTION_END },
{ CAMEL_PROVIDER_CONF_END }