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/camel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'camel/camel.c') diff --git a/camel/camel.c b/camel/camel.c index 0121c1082f..dd46295e63 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -40,7 +40,8 @@ camel_init(void) #endif /* G_THREADS_ENABLED */ #endif /* ENABLE_THREADS */ - unicode_init (); + /* Taken care of by e-util/e-unicode.c */ + /*unicode_init ();*/ return 0; } -- cgit v1.2.3