* Grant Edwards on Wednesday, May 18, 2011 at 19:24:00 +0000
> I suppose some sort of header-hook that would prefer text/html when
> the user-agent is Entourage, but I don't recall that being something
> doable.

Perhaps something like (untested):

message-hook ~A ' \
unalternative_order *; \
alternative_order text/enriched text/plain text/html text'

message-hook '~h <entourage header pattern>' ' \
unalternative_order *; \
alternative_order text/enriched text/html text/plain text'


I had the idea because I use these macros for manual toggling:

# 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"


c
-- 
  Was heißt hier Dogma, ich bin Underdogma!
[ What the hell do you mean dogma, I am underdogma. ]
free movies       --->>> http://www.blacktrash.org/underdogma
http://itunes.apple.com/podcast/underdogma-movies/id363423596

Reply via email to