>>>>> In <[EMAIL PROTECTED]> Max Froumentin wrote:

> Gnus (latest CVS) generates wrong MIME encoded messages
> when an inline PGP signature is included along with an attachment.

> When a multipart message is sent, gnus builds a buffer by adding each
> part sequentially, top to bottom. But there's a bug with the code that
> generates inline signed parts: the point is not moved back to the bottom of
> the buffer, and so the following parts are inserted at the wrong place.

I could reproduce the problem by the following message:

--8<---------------cut here---------------start------------->8---
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: test
--text follows this line--
< #part sign=pgp >
foo

< #part type="text/plain" disposition=inline >
bar
--8<---------------cut here---------------end--------------->8---

> A fix is simple: after each part is generated, move the point back to
> the end.

Thank you for the patch.  I've applied it to both the CVS trunk
and the v5-10 branch.
_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to