I had this symptom, I needed the file to have a .html suffix:

text/html; lynx -localhost -dump %s ; copiousoutput ; nametemplate=%s.html

Your problem sounds slightly different, but maybe give it a whirl.

Sam

Quoting "Dr. Christian Seberino" <[EMAIL PROTECTED]>, who wrote:
> Stephan,
> 
> Here is beginning of an email  that is dumping
> html source even though it looks like lynx is
> activated...
> 
> ...
> 
>    "Deborah Warren" <[EMAIL PROTECTED]>,
>    "Jacob A. Langford" <[EMAIL PROTECTED]>,
>    "Ralph Nebiker" <[EMAIL PROTECTED]>
> Subject: FIE2    JIF SITREP 5/11
> Date: Fri, 11 May 2001 17:08:17 -0400
> 
> [-- Autoview using lynx -dump '/tmp/muttoZiSst' --]
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
> <META content="MSHTML 5.50.4611.1300" name=GENERATOR></HEAD>
> <BODY>
> <DIV><FONT face=Arial>
> <DIV><FONT face=Arial><STRONG><FONT size=5>Federation Integration-<SPAN
> class=997221315-23022001>2</SPAN> JIF&nbsp;SITREP&nbsp;<SPAN
> class=997221315-23022001>5/<SPAN class=271071112-11052001>1<SPAN
> class=118235920-11052001>1</SPAN></SPAN></SPAN></FONT><FONT
> size=2>:</FONT></STRONG><FONT face="Times New Roman" size=2> </FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><U>Today's highlights:</U></DIV>
> 
> etc.
> 
> 
> Here is my .mailcap and .muttrc...
> 
> (seberino /home/seberino) % more .mailcap
> text/html; lynx -dump %s ; copiousoutput
> application/msword; /home/seberino/soffice/soffice %s ;
> edit=/home/seberino/soffice/soffice %s;
> compose="/home/seberino/soffice/soffice %s"; description="Microsoft Word document"
> (seberino /home/seberino) % 
> (seberino /home/seberino) % 
> (seberino /home/seberino) % more .muttrc
> set from = [EMAIL PROTECTED]
> fcc-hook . +sent-mail
> save-hook . +saved-mail
> set hostname = spawar.navy.mil
> set fast_reply = yes
> set include = yes
> auto_view text/html
> set autoedit = yes
> set reverse_alias = yes
> set confirmappend = no
> set confirmcreate = no
> set move = no
> set delete = yes
> set sendmail = "/usr/sbin/sendmail -oem -oi"
> 
>  I don't think it is part text and part html.
> Any other ideas from fragment above?
> 
> Chris
> 
> 
> 
> On Wed, May 09, 2001 at 06:35:07PM +0200, Stefan Frank wrote:
> > At Tue, May 08 2001 [21:10 -0700], Dr. Christian Seberino aroused my curiosity 
>with:
> > > I got lynx to read HTML attachments but
> > > looks like MS Outlook something is sending
> > > HTML emails that are NOT attachments and
> > > my autofilter is not correcting it so I just
> > > see HTML source code.  I believe I was not
> > > even able to save and view this file the hard
> > > way.  Anybody having similar problems?
> > > 
> > > Chris
> >  
> > Hello Chris,
> > 
> > perhaps it's a multipart message that also contains a text part
> > without HTML.
> > 
> > See section 5.5 of the mutt manual.
> > 
> > I have the following in my .muttrc:
> > (text messages are preferred)
> > 
> >     alternative_order text/enriched text/plain text/html
> > 
> > When I was new to mutt, I had the problem that mutt couldn't find my
> > mailcap file.
> > 
> > You can set the path with the "mailcap_path" variable in your .muttrc:
> > 
> >     set mailcap_path=~/.mailcap
> > 
> > And don't forget to include "auto_view text/html" in your .muttrc.
> > 
> > This is in my .mailcap:
> >     text/html; w3m -dump -T text/html %s; copiousoutput
> > 
> > Tschoe,
> > Steff
> 
> -- 
> ===========================================================================
> Dr. Christian Seberino   
> ===========================================================================
> SPAWARSYSCEN D02P          || (619) 553-2564
> 49330 ELECTRON DR          ||  
> SAN DIEGO CA 92152-5451    || [EMAIL PROTECTED]
> ===========================================================================

-- 
Sam Roberts <[EMAIL PROTECTED]>

Reply via email to