Re: [Mutt] #2874: broken flowed text quoting
#2874: broken flowed text quoting
Changes (by brendan):
* status: new => closed
* resolution: => fixed
* component: mutt => MIME
Comment:
I've fixed this in [d3e0d6c60d87] by ignoring $indent_string for replies
to f=f parts. I think this should increase the odds that flowed replies
later will be able to do the right thing, and it will look fine. For
example,
{{{
> foo
bar
}}}
should be quoted as
{{{
>> foo
> bar
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2874#comment:5>