diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-06-15 23:19:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-15 23:19:23 +0800 |
commit | fb0093754d08b2e3d98b28b4ef56e277a82f100e (patch) | |
tree | 93cf0531714773a4251b1f937764ab52518cefa8 /camel/ChangeLog | |
parent | 1d1746c2d8408d5af2fe52744654edf7a17c7fdf (diff) | |
download | gsoc2013-evolution-fb0093754d08b2e3d98b28b4ef56e277a82f100e.tar.gz gsoc2013-evolution-fb0093754d08b2e3d98b28b4ef56e277a82f100e.tar.zst gsoc2013-evolution-fb0093754d08b2e3d98b28b4ef56e277a82f100e.zip |
Use camel_multipart_signed_get_content_stream() rather than getting the
2004-06-15 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_verify): Use
camel_multipart_signed_get_content_stream() rather than getting
the first part and canonicalising it ourselves. Fixes bug #60159.
svn path=/trunk/; revision=26350
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3abe96ac18..1001ff425b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-06-15 Jeffrey Stedfast <fejj@ximian.com> + * camel-gpg-context.c (gpg_verify): Use + camel_multipart_signed_get_content_stream() rather than getting + the first part and canonicalising it ourselves. Fixes bug #60159. + * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_init): Init have_unget to FALSE. Don't set unget to NULL, it's no longer a pointer. |