From 99a779567bde67b8994af25d13bfd6f6e48fea04 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 17 Jan 2001 20:11:36 +0000 Subject: Handle NULL source and, while we're at it, transport URLs. Apparently 2001-01-17 Jeffrey Stedfast * mail-account-editor.c (construct): Handle NULL source and, while we're at it, transport URLs. Apparently camel_url_new() and/or camel-url_free() don't handle NULL input well. * mail-accounts.c (load_accounts): Handle NULL source URLs. svn path=/trunk/; revision=7595 --- mail/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 2549cb3841..77dce568ab 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-01-17 Jeffrey Stedfast + + * mail-account-editor.c (construct): Handle NULL source and, while + we're at it, transport URLs. Apparently camel_url_new() and/or + camel-url_free() don't handle NULL input well. + + * mail-accounts.c (load_accounts): Handle NULL source URLs. + 2001-01-17 Jeffrey Stedfast * mail-account-editor.c (construct): Oops. "url && url->host" -- cgit v1.2.3