Re: Recommended patches
On 2004-12-23 17:00:54 +0900, TAKAHASHI Tamotsu wrote:
> You were looked at the line 607 of copy.c?
> : else if (WithCrypto
> : && (flags & M_CM_DECODE_CRYPT) && (hdr->security & ENCRYPT))
> : {
> : BODY *cur;
> : FILE *fp;
> :
> : if ((WithCrypto & APPLICATION_PGP)
> : && (flags & M_CM_DECODE_PGP) && (hdr->security & APPLICATION_PGP) &&
> : hdr->content->type == TYPEMULTIPART)
> : {
> : if (crypt_pgp_decrypt_mime (fpin, &fp, hdr->content, &cur))
> : return (-1);
> : fputs ("Mime-Version: 1.0\n", fpout);
> : }
Errrm, yes.
> So, you have to make mutt_body_handler() be non-void (or, make it
> return some error status in body or &s).
Yes, you're right.
> My patch was sent to debian's BTS. See it, please.
Will look at it, but probably not before christmas.
--
Thomas Roessler · Personal soap box at <http://log.does-not-exist.org/>.