On Thu, Nov 19, 2009 at 03:30:30PM -0700, Michael Torrie wrote:
>Stuart Jansen wrote:
>> It's a lost cause. HTML email in the work place is a done deal. As is
>> top posting. We can hope for better from *nix communities, but on the
>> clock the only hope is starting from scratch with a new technology.
>
>Dunno.  I haven't seen an html-encoded e-mail in years, thanks to
>thunderbird.

As reference for mutt users out there, a couple entries to your muttrc:

    # show text/plain over text/html if both are available
    alternative_order text/plain text/html text

    # do auto_view for any mime type that has a "copiousoutput" entry in mailcap
    set implicit_autoview=yes

And to your mailcap:

    text/html; /usr/bin/htmlview %s ; copiousoutput

And you get inline html to plain text. Also handy is the ability to view
inline Word and PDF files:

    application/msword; wvText %s /dev/stdout ; copiousoutput
    application/pdf; pdftotext %s -; copiousoutput

And for the cool factor (provided you have a fairly good imagination
when it comes to ascii art)..   images!

    image/*; asciiview %s

-Peter
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to