Hi!
On Wed, Apr 12, 2000 at 08:36:05PM -0600, Tom Hall wrote:
> When I go to reply to a message that was sent in HTML format,
> mutt doesn't quote the original message. The reply body just
> has the $attribution string.
> Is there a way to get mutt to pipe the message through lynx
> and include it in the body of the reply ? (with the $indent_str ?)
In muttrc you need
auto_view text/html
and in mailcap
text/html; lynx -force_html %s
text/html; lynx -force_html -dump %s; copiousoutput
The first entry is for interactive use from an attachment listing,
the second for inline display in the pager (and for replies) -
if I remember all correctly.
Gero