I usually hit 'v' and then go in and view the other section that way if
I don't think the default one (I think plain text for me) looks right.
w
Hello,
I think I got this off the list at some point, but
v to view all parts
(select the html part)
^o
macro attach "^o" "cat > $HOME/mutt.html ; open
$HOME/mutt.html"
I'm on a system that has "open", but you can also call the browser
directly.
-Andrew
On Thu, May 18, 2023 at 07:53:50PM -0
On Thu, May 18, 2023 at 07:53:50PM -0400, José María Mateos
wrote:
> Hi everybody,
>
> Lately I've been receiving mail in which the text/plain part and the
> text/html part are at odds. This is typically caused by generator software
> that ignores text/plain, or uses some old version, etc.
>
>
On Fri, May 19, 2023 at 08:07:00AM -0400, José María Mateos wrote:
I think this is very close to what I'd like to do, but going to
text/html, displaying the message, then switch back to text/plain
again. I'm going to play around with this to see if I can manage to get
the desired effect, thanks
On Fri, May 19, 2023 at 02:54:46AM +0200, Mihai Lazarescu wrote:
I use this macro:
macro pager ~ 'unalternative_order *alternative_order
text/html text/enriched text/plain'
to switch to HTML and this:
macro pager '`' 'unalternative_order *alternative_order
text/plain text/enriched text/html'