From c764ec4132def1f57f6b9866cef77110ce7d2efa Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 29 Oct 2001 20:51:24 +0000 Subject: Minor fix - should have been using a strNcmp when checking if it was an 2001-10-29 Jeffrey Stedfast * camel-mime-utils.c (header_decode_param): Minor fix - should have been using a strNcmp when checking if it was an rfc2047 encoded word. svn path=/trunk/; revision=14360 --- camel/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 358b9c2096..59f88d6220 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-10-29 Jeffrey Stedfast + * camel-mime-utils.c (header_decode_param): Minor fix - should + have been using a strNcmp when checking if it was an rfc2047 + encoded word. + * camel-pgp-context.c (pgp_sign): Notify the user that PGP 2.6.x is no longer supported and use camel_exception_set() instead of setv() where appropriate. -- cgit