>>>>> "KK" == Karl Kleinpaste writes: KK> 1. Send yourself a test message -- normal message, text/plain. KK> 2. Forward that message to yourself -- an inline message/rfc822. KK> 3. Forward *that* message to yourself. KK> You now have an inline message/rfc822 containing another inline KK> message/rfc822. KK> p0.88's display of this will be...confused. KK> Assuming that you prefix each forwarding with a bit of text/plain as KK> well, you will see: KK> [1. text/plain] KK> containing the "outermost" (3rd level) new text. KK> [2. message/rfc822] KK> containing nothing but (in my case) an X-Sent: header (which BTW KK> erroneously duplicates the topmost X-Sent; I sent a bug report KK> about this last week). KK> [3. text/plain] KK> containing the 2nd level text which prefaced the original message KK> on 1st forwarding... *followed by* the entire remaining message KK> displayed as text/plain, including both the 2nd level and 1st KK> level messages... all as part of a single "3." section. KK> [4. message/rfc822] KK> containing the original, 1st level forwarded message. KK> Note that the innermost, original text is duplicated in both the KK> 3. and 4. sections. Try this patch. 1999-06-22 Shenghuo ZHU * mm-view.el (mm-inline-message): Fix message view bug. * gnus-art.el (gnus-article-prepare): Ditto.