* Ed Blackman on Thursday, September 18, 2014 at 22:17:45 -0400
> On Thu, Sep 18, 2014 at 12:52:25PM +0200, Nathan Schwarz wrote:
>> But alternative_order works fine, no more html-mail or lynx-dumps :)
> 
> However, note that at least some multipart/alternative emails come
> with an empty or trivial text/plain part.  I don't know why someone
> would go to the trouble of writing a tool that would send multipart
> and then not put anything in the text/plain, but it does happen.  If
> you use alternative_order to prefer plain text (as I do), you'll need
> to recognize that sometimes you will need to manually select the HTML
> part read the email.

I use this macro combo for toggling alternative_order:

# 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

Reply via email to