--- mutt-1.2.5/pgp.c~ Fri Mar 3 13:10:11 2000 +++ mutt-1.2.5/pgp.c Sat Dec 9 23:27:26 2000 @@ -1040,7 +1040,10 @@ int empty = 1; pid_t thepid; +#ifdef ENABLE_7BIT_PGP_CONVERSION + /* I don't know, why mr. Elkins thinks this is required. */ convert_to_7bit (a); /* Signed data _must_ be in 7-bit format. */ +#endif mutt_mktemp (sigfile); if ((fp = safe_fopen (sigfile, "w")) == NULL) @@ -1290,8 +1293,11 @@ return NULL; } +#ifdef ENABLE_7BIT_PGP_CONVERSION + /* I don't know, why mr. Elkins thinks this is required. */ if (sign) convert_to_7bit (a); +#endif mutt_write_mime_header (a, fptmp); fputc ('\n', fptmp);