Bugfix for gpmeplug/openpgp
Marc Mutz
mutz@kde.org
Fri Sep 6 12:41:02 2002
--Boundary-00=_1SIe9FmXSekkwcX
Content-Type: Text/Plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Description: clearsigned data
Content-Disposition: inline
=2D----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
This was causing an invalid CT header that pine hickup'ed on.
Marc
=2D --=20
If free-software authors lose the right to disclaim all warranties and
find themselves getting sued over the performance of the programs
they've written, they'll stop contributing free software to the world.
-- Bruce Perens: Open Sources: Voices from the Open Source Revolution
=2D----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE9eIS33oWD+L2/6DgRAoyVAKCIXdGZ6Y0P1NXAs9D4jIUJc5VAkgCg54w5
/Zxf9OKFILSDf6wLHUX9JNA=3D
=3Dyoio
=2D----END PGP SIGNATURE-----
--Boundary-00=_1SIe9FmXSekkwcX
Content-Type: text/x-diff;
charset="us-ascii";
name="gpgme-openpgp-slash-is-token-separator.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="gpgme-openpgp-slash-is-token-separator.diff"
? .deps
? .libs
? Makefile
? Makefile.in
? gpgme-openpgp.la
? gpgme-openpgp.lo
? gpgme-smime.la
? gpgme-smime.lo
Index: gpgme-openpgp.c
===================================================================
RCS file: /cvs/gnupg/gpgme/gpgmeplug/gpgme-openpgp.c,v
retrieving revision 1.5
diff -u -3 -p -r1.5 gpgme-openpgp.c
--- gpgme-openpgp.c 12 Jun 2002 11:05:42 -0000 1.5
+++ gpgme-openpgp.c 6 Sep 2002 10:36:16 -0000
@@ -22,7 +22,7 @@
#define GPGMEPLUG_DET_SIGN_INCLUDE_CLEARTEXT true
#define GPGMEPLUG_DET_SIGN_MAKE_MIME_OBJECT true
#define GPGMEPLUG_DET_SIGN_MAKE_MULTI_MIME true
-#define GPGMEPLUG_DET_SIGN_CTYPE_MAIN "multipart/signed;protocol=application/pgp-signature;micalg=pgp-sha1"
+#define GPGMEPLUG_DET_SIGN_CTYPE_MAIN "multipart/signed; protocol=\"application/pgp-signature\"; micalg=pgp-sha1"
#define GPGMEPLUG_DET_SIGN_CDISP_MAIN ""
#define GPGMEPLUG_DET_SIGN_CTENC_MAIN ""
#define GPGMEPLUG_DET_SIGN_CTYPE_VERSION ""
--Boundary-00=_1SIe9FmXSekkwcX--