diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-23 01:44:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-23 01:44:50 +0800 |
commit | 824967d8435771efc1d792b05a95483d7082755e (patch) | |
tree | 914eeacfe5e5fc2e28abff1943ec7505d49519b4 /camel/ChangeLog | |
parent | 141f12fe3e0aafa6050d18534513d422fb00f9d4 (diff) | |
download | gsoc2013-evolution-824967d8435771efc1d792b05a95483d7082755e.tar.gz gsoc2013-evolution-824967d8435771efc1d792b05a95483d7082755e.tar.zst gsoc2013-evolution-824967d8435771efc1d792b05a95483d7082755e.zip |
Add a hack: if the multipart/signed part has a "x-inline-pgp-hack"
* camel-pgp-mime.c (camel_pgp_mime_part_verify): Add a hack: if
the multipart/signed part has a "x-inline-pgp-hack" parameter in
its Content-Type, don't pass the MIME headers as part of the data
to be verified.
svn path=/trunk/; revision=13881
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 fdbdd06eba..4c0381e549 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2001-10-22 Dan Winship <danw@ximian.com> + + * camel-pgp-mime.c (camel_pgp_mime_part_verify): Add a hack: if + the multipart/signed part has a "x-inline-pgp-hack" parameter in + its Content-Type, don't pass the MIME headers as part of the data + to be verified. + 2001-10-22 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: added $GNOME_INCLUDEDIR to INCLUDES, needed for latest |