Bugfix: The value text of protocol parameter of OpenPGP's multipart/signed Content-Type header must be enclosed in double quotes. Bugfix was provided by Marc Mutz solving problems with pine.
This commit is contained in:
parent
70aaa3f236
commit
da452438d9
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user