According to Morten Liebach on Wed, Oct 25, 2000 at 12:01:04AM +0200:
| Hi!
| 
|  I'm getting a lot af mail with *.doc files attached, and I'd like to
| use catdoc to show them in mutt, how do I do that?
| 
| I have the line:
| 
|       application/msword; catdoc -s iso8859-1 %s|less; cupiousoutput

I use:
application/msword;   /usr/local/bin/mswordview %s -o - --nocredits| \ 
/usr/local/bin/html2ascii|sed 's/\\[.*.gif\\]//';copiousoutput

You will need to install mswordview (which is worth doing).
The `\' indicates an unwanted line break.

HTH
-- 
Eric Smith
Fruitcom.com Amsterdam
Wire phone : +31 20 528 7340
Mobile: +31 6 241 259 16
www.fruitcom.com

Reply via email to