From 207652677441264ca1e51d06898b37ea4164c8e2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 28 Mar 2000 20:51:58 +0000 Subject: convenience functions to canonicalize the host and port values of a * camel-service.c (camel_service_gethost, camel_service_getport): convenience functions to canonicalize the host and port values of a service's URL. * providers/pop3/camel-pop3-store.c: use them svn path=/trunk/; revision=2216 --- camel/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index b94ab8d079..c8cebe07d1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2000-03-28 Dan Winship + * camel-service.c (camel_service_gethost, + camel_service_getport): convenience functions to canonicalize + the host and port values of a service's URL. + * providers/pop3/camel-pop3-store.c: use them + * providers/mbox/camel-mbox-folder.c (_check_get_or_maybe_generate_summary_file): Make this work when the inbox file doesn't yet exist. -- cgit