help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Editing email replies


From: Barry Margolin
Subject: Re: Editing email replies
Date: Fri, 30 Aug 2002 14:54:05 GMT

In article <erBb9.37325$kp.567963@rwcrnsc52.ops.asp.att.net>,
pd <pd@world.std.com> wrote:
>I've been thinking about how to edit replies to MIME messages that use
>multipart/alternative.  For example, suppose the message has a text/plain
>alternative and a text/html alternative, as shown below.  When I insert some
>plain text in my reply, I'd really like the resulting message to have the
>two alternatives for the text before my insertion, then my insertion in
>plain text, and then the two alternatives after my insertion.
>
>In other words,  I want to go from:
>
>    multipart/alternative
>        text/plain
>        text/html
>
>to
>
>    multipart/mixed
>        multipart/alternative
>            text/plain
>            text/html
>        text/plain <--- my reply!
>        multipart/alternative
>            text/plain
>            text/html

This seems like it would be extremely difficult to automate, because Emacs
would have to determine which parts of the plain and HTML alternatives
correspond to each other, so that it can find the correct dividing points.

-- 
Barry Margolin, barmar@genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]