diff options
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 08413f1dc8..9c46f55356 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2001-07-06 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-utils.c (header_encode_param): Don't allow in to be + NULL, so instead of doing if (in == NULL) return;, make it a + g_return_val_if_fail and later we can make it an assert or + something. + * providers/local/camel-maildir-store.c (get_inbox): Fixes bug #1138. |