Re: autoviewing html gone wrong

2014-06-30 Thread mutt
m...@raf.org wrote: > Karsten Brand wrote: > > > raf wrote on Thu, Jun 26 13:55: > > > for some reason i can't remember, i changed it to: > > > > > > text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; > > > > > > which does the formatting but doesn't give a list of referenced

Re: autoviewing html gone wrong

2014-06-30 Thread mutt
Karsten Brand wrote: > raf wrote on Thu, Jun 26 13:55: > > for some reason i can't remember, i changed it to: > > > > text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; > > > > which does the formatting but doesn't give a list of referenced urls > > at the bottom so it's less u

Re: autoviewing html gone wrong

2014-06-30 Thread Karsten Brand
raf wrote on Thu, Jun 26 13:55: > for some reason i can't remember, i changed it to: > > text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; > > which does the formatting but doesn't give a list of referenced urls > at the bottom so it's less useful. Maybe you can try this. tex

Re: autoviewing html gone wrong

2014-06-29 Thread mutt
Christian Ebert wrote: > * m...@raf.org on Friday, June 27, 2014 at 12:26:37 +1000 > > adding -force_html to the command did fix the problem. yay! > > Adding > > nametemplate=%s.html; > > to your mailcap entry would probably also help/not hurt. that sounds like a good idea. so either -force_h

Re: autoviewing html gone wrong

2014-06-27 Thread Christian Ebert
* m...@raf.org on Friday, June 27, 2014 at 12:26:37 +1000 > adding -force_html to the command did fix the problem. yay! Adding nametemplate=%s.html; to your mailcap entry would probably also help/not hurt. -- \black\trash movie _COWBOY CANOE COMA_ Ein deutscher Western/

Re: autoviewing html gone wrong

2014-06-26 Thread mutt
Cameron Simpson wrote: > On 26Jun2014 13:55, raf wrote: > >i used to have this in my mutt mailcap file: > > > > text/html; lynx -dump %s; copiousoutput > > > >and it was good. it formatted the html and gave me a list of > >referenced urls at the bottom. > > > >for some reason i can't remember,

Re: autoviewing html gone wrong

2014-06-26 Thread Mark H. Wood
On Thu, Jun 26, 2014 at 01:55:24PM +1000, raf wrote: > hi, > > i used to have this in my mutt mailcap file: > > text/html; lynx -dump %s; copiousoutput > > and it was good. it formatted the html and gave me a list of > referenced urls at the bottom. > > for some reason i can't remember, i c

Re: autoviewing html gone wrong

2014-06-26 Thread Cameron Simpson
On 26Jun2014 13:55, raf wrote: i used to have this in my mutt mailcap file: text/html; lynx -dump %s; copiousoutput and it was good. it formatted the html and gave me a list of referenced urls at the bottom. for some reason i can't remember, i changed it to: text/html; w3m -I %{charset

Re: autoviewing html gone wrong

2014-06-26 Thread Maurice McCarthy
I've seen something similar myself but I'm not at home and the memory is getting old and weak. Have you tried --force-html and examined ~/lynx.cfg or whatever your configuration file is? Moss On 26/06/2014, raf wrote: > hi, > > i used to have this in my mutt mailcap file: > > text/html; lyn

autoviewing html gone wrong

2014-06-25 Thread raf
hi, i used to have this in my mutt mailcap file: text/html; lynx -dump %s; copiousoutput and it was good. it formatted the html and gave me a list of referenced urls at the bottom. for some reason i can't remember, i changed it to: text/html; w3m -I %{charset} -T text/html -dump; copio