[evolution-patches] EDS camel-nntp-provider remove CAMEL_URL_ALLOW_PASSWORD
- From: Alessandro Decina <alessandro nnva org>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] EDS camel-nntp-provider remove CAMEL_URL_ALLOW_PASSWORD
- Date: Thu, 14 Apr 2005 20:02:07 +0200
Hello,
in eds the camel-nntp-provider is the only provider to have the flag
CAMEL_URL_ALLOW_PASSWORD set. This was probabily the cause of bugs such
as #70018 (already fixed).
This patch simply removes that flag.
Alessandro
--- evolution-data-server/camel/providers/nntp/camel-nntp-provider.c 2004-09-20 07:59:54.000000000 +0200
+++ evolution-data-server-ale/camel/providers/nntp/camel-nntp-provider.c 2005-04-14 17:59:50.000000000 +0200
@@ -60,8 +60,7 @@ static CamelProvider news_provider = {
CAMEL_PROVIDER_IS_REMOTE | CAMEL_PROVIDER_IS_SOURCE |
CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_SUPPORTS_SSL,
- CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_USER |
- CAMEL_URL_ALLOW_PASSWORD | CAMEL_URL_ALLOW_AUTH,
+ CAMEL_URL_NEED_HOST | CAMEL_URL_ALLOW_USER | CAMEL_URL_ALLOW_AUTH,
nntp_conf_entries
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]