diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-23 08:20:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-23 08:20:19 +0800 |
commit | c467d07a94176d5972c683df37ce186ab8440e35 (patch) | |
tree | 9903db4ff1bbd96f86440cbfd3555e5ba3416245 /camel/ChangeLog | |
parent | 113cb67b3312b1c19c287d566ef2a7c8a06af3a2 (diff) | |
download | gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar.gz gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar.bz2 gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar.lz gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar.xz gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.tar.zst gsoc2013-evolution-c467d07a94176d5972c683df37ce186ab8440e35.zip |
Oops, don't use the return value of iconv() as a string length, it only
2001-04-22 Jeffrey Stedfast <fejj@ximian.com>
* camel-pgp-context.c (pgp_verify): Oops, don't use the return
value of iconv() as a string length, it only tells us the number
of non-reversable character conversions. This fixes it so we
actually see the gpg output in the message viewer.
svn path=/trunk/; revision=9495
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 66e141ec61..19781f5c4b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-04-22 Jeffrey Stedfast <fejj@ximian.com> + + * camel-pgp-context.c (pgp_verify): Oops, don't use the return + value of iconv() as a string length, it only tells us the number + of non-reversable character conversions. This fixes it so we + actually see the gpg output in the message viewer. + 2001-04-23 Mikael Hallendal <micke@codefactory.se> * providers/nntp/Makefile.am (INCLUDES): |