* Simon Kirby on Thursday, March 24, 2016 at 17:16:53 -0700 > It seems a billion things lately send email such as: > > Content-type: multipart/alternative > > text/plain part: Your mailer sucks! > > text/html part: intended body > > rather than just leaving out the useless text/plain part or sending a > useful text/plain version. > > I can view them by selecting the right part, but to be honest, I'd much > rather view it as if it was mailed as multipart/mixed, since then I can > see that the email is silly and have all of the parts on the screen at > once, saving time. > > The only alternative is to put text/html first on alternative_order. > Doing that for outlook by deault would probably help, but that's not > really what I want for everything else. > > Is there a knob that would allow this?
Not automated, but I use the following to toggle alternative_order with a keystroke: # toggle alternative_order macro pager ,@aot= "\ <enter-command> unalternative_order *; \ alternative_order text/enriched text/plain text/html text application/postscript image/*; \ macro pager A ,@aoh= 'prefer html over text'<enter>\ <exit><display-message>" # macro pager ,@aoh= "\ <enter-command> unalternative_order *; \ alternative_order text/enriched text/html text/plain text application/postscript image/*; \ macro pager A ,@aot= 'prefer text over html'<enter>\ <exit><display-message>" # macro pager A ,@aoh= "prefer html over text" -- theatre - books - texts - movies Black Trash Productions at home: http://www.blacktrash.org Black Trash Productions on Facebook: http://www.facebook.com/blacktrashproductions
