From dbce630738f44e6687db9b2ca8dc4b5aae37be3c Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 25 Aug 2000 21:09:53 +0000 Subject: Add support for specifying on which port to connect to a server; fix a potential infinite loop in unicode. svn path=/trunk/; revision=5041 --- camel/providers/nntp/camel-nntp-provider.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/providers/nntp/camel-nntp-provider.c') diff --git a/camel/providers/nntp/camel-nntp-provider.c b/camel/providers/nntp/camel-nntp-provider.c index 214fd4b0fa..6cd7d96978 100644 --- a/camel/providers/nntp/camel-nntp-provider.c +++ b/camel/providers/nntp/camel-nntp-provider.c @@ -39,6 +39,7 @@ static CamelProvider news_provider = { CAMEL_PROVIDER_IS_REMOTE | CAMEL_PROVIDER_IS_STORAGE, { 0, 0 }, + { 119, 0 }, NULL }; @@ -55,6 +56,7 @@ static CamelProvider nntp_provider = { CAMEL_PROVIDER_IS_REMOTE, { 0, 0 }, + { 119, 0 }, NULL }; -- cgit v1.2.3