diff options
Diffstat (limited to 'camel/providers/groupwise/camel-groupwise-provider.c')
-rw-r--r-- | camel/providers/groupwise/camel-groupwise-provider.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/camel/providers/groupwise/camel-groupwise-provider.c b/camel/providers/groupwise/camel-groupwise-provider.c index cd85359206..b7eb368b1f 100644 --- a/camel/providers/groupwise/camel-groupwise-provider.c +++ b/camel/providers/groupwise/camel-groupwise-provider.c @@ -67,7 +67,10 @@ CamelProviderConfEntry groupwise_conf_entries[] = { { CAMEL_PROVIDER_CONF_ENTRY, "soap_port", NULL, N_("Post Office Agent SOAP Port:"), "7181" }, - + + { CAMEL_PROVIDER_CONF_HIDDEN, "auth-domain", NULL, + NULL, "Groupwise" }, + { CAMEL_PROVIDER_CONF_SECTION_END }, |