Re: How handle HTML emails?

2001-05-04 Thread Lars Hecking
Dr. Christian Seberino writes: How do people read HTML emails? If I'm in a good mood, I ask the poster to switch it off. Otherwise /dev/null.

Re: How handle HTML emails?

2001-05-04 Thread Viktor Lakics
On Fri, May 04, 2001 at 10:00:30AM +0100, Lars Hecking wrote: If I'm in a good mood, I ask the poster to switch it off. Otherwise /dev/null. I think, I have a little more clever way to handle html mail... I agree, html mail is bad. But a lot of Windoze people uses it, and mutt has ways to

Re: How handle HTML emails?

2001-05-04 Thread Michael P. Soulier
On Fri, May 04, 2001 at 07:42:03PM +0100, Viktor Lakics wrote: Include the following line: text/html; links -dump %s; nametemplate=%s.html; copiousoutput· I get a links: -dump: no such option error. Mike -- Michael P. Soulier [EMAIL PROTECTED] With sufficient thrust, pigs fly

Re: How handle HTML emails?

2001-05-04 Thread Viktor Lakics
On Fri, May 04, 2001 at 04:05:23PM -0400, Michael P. Soulier wrote: I get a links: -dump: no such option error. Under Debian (what you seem to use) the standard links is v0.83. What I use is v0.92 in Mandrake. You can compile it for yourself or can try alien. The simlplest way is to try

Re: How handle HTML emails?

2001-05-04 Thread William Park
On Fri, May 04, 2001 at 07:42:03PM +0100, Viktor Lakics wrote: text/html; links -dump %s; nametemplate=%s.html; copiousoutput· '-dump' option will print the rendered HTML file to the screen. Try '-force_html' if you want to browse. --William Park, Open Geometry Consulting, Mississauga,

How handle HTML emails?

2001-05-03 Thread Dr. Christian Seberino
How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to streamline the process??? Christian Seberino -- === Dr. Christian Seberino

Re: How handle HTML emails?

2001-05-03 Thread Udo Müller
Dr. Christian Seberino [EMAIL PROTECTED] schrieb am Thu, May 03, 2001 at 01:38:46PM -0700: How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to streamline the process??? You have to write in your /etc/mailcap: text/html:

Re: How handle HTML emails?

2001-05-03 Thread Lawrence Mitchell
* On [010503 22:39] Dr. Christian Seberino [EMAIL PROTECTED] wrote: How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to streamline the process??? See the manual section 5.4 5.4. MIME Autoview In addition to explicitly

Re: How handle HTML emails?

2001-05-03 Thread Sam Roberts
Yes, put in your muttrc: auto_view text/html and in your ~/.mailcap: text/html; lynx -localhost -dump %s ; copiousoutput ; nametemplate=%s.html -- Sam Roberts [EMAIL PROTECTED]

Re: How handle HTML emails?

2001-05-03 Thread Igor Pruchanskiy
Add this to your .mailcap text/html; lynx -dump %s ; copiousoutput add this to your .muttrc auto_view text/html igor On Thu 03 May 2001, Dr. Christian Seberino wrote: How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to

Re: How handle HTML emails?

2001-05-03 Thread Jeff
I hit 'v' to view and then 'enter' on the attachment. My mimetypes is set to open it in mozilla (netscape) or lynx. Or, I just delete it! jc On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: How do people read HTML emails? Yes I know I could save email and fire up

Re: How handle HTML emails?

2001-05-03 Thread William Park
On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino wrote: How do people read HTML emails? Yes I know I could save email and fire up Netscape but is there some automagic way to streamline the process??? Usually, I press 'd'. But, putting text/html; lynx -force_html %s;

Re: How handle HTML emails?

2001-05-03 Thread Sam Roberts
Quoting Igor Pruchanskiy [EMAIL PROTECTED], who wrote: Add this to your .mailcap text/html; lynx -dump %s ; copiousoutput The mutt manual suggested this, I found that lynx used the file extension to determine the file type, in other words, if the file name in %s didn't end in .html, it just

Re: How handle HTML emails?

2001-05-03 Thread Charles Cazabon
Sam Roberts [EMAIL PROTECTED] wrote: Add this to your .mailcap text/html; lynx -dump %s ; copiousoutput The mutt manual suggested this, I found that lynx used the file extension to determine the file type, in other words, if the file name in %s didn't end in .html, it just spit it

Re: How handle HTML emails?

2001-05-03 Thread Jason Helfman
add this to your .muttrc auto_view text/html and install urlview Then when you have any url in a page you can use CONTROL B to view it with lynx/netscape/ On Thu, May 03, 2001 at 01:38:46PM -0700, Dr. Christian Seberino muttered: | How do people read HTML emails? | | Yes I know I could