can't view html email in a new window?
   
    Kris von Mach
     
    dev@swishmail.com
       
    Sat, 21 Apr 2001 16:45:33 -0400
    
    
  
Hi,
I have just cvsed the latest horde/imp 2.3.7, and for some reason I am 
having problems with text/html emails
I have tried:
$mime_actions["text/html"] = array(
     "view"          => true,
     "no_inline"     => false,
     "view_function" => "mime_view_html",
     "download"      => true,
     "icon"          => "mime_html.gif"
);
and this doesn't display html email, but it displays the text email. BUT 
there is no clickable part under "Parts" to view the html version in a new 
window, my previous cvs version of about over a week old was able to 
display html emails in a new window.
if I change the "no_inline" to true, it displays the html inline just fine.
I am not sure if this is a bug, or I have overlooked some config somewhere..
Anyway, any info would be appreciated.
Thanks!
__
Kris.