Re: ~/.mailcap confusion

2002-10-14 Thread Richard Cattien

Hi,

> Use "auto_view text/html" IIRC.

thanx Rene and Luke ...works fine now!

bye,
richard

-- 
Richard `rickski' Cattien <[EMAIL PROTECTED]>



Re: ~/.mailcap confusion

2002-10-14 Thread René Clerc

* Richard Cattien <[EMAIL PROTECTED]> [14-10-2002 18:21]:

> > text/html;  links %s; nametemplate=%s.html
> > text/html;  links -dump %s; nametemplate=%s.html; copiousoutput
> > 
> > These: 
> > 
> > - allow me to view html e-mails in the pager
> > - actually fire up links when I 'v'iew an html attachment
> 
> Hmm, this sounds exactly like what i want, but when displaying
> html-mails i still get that nasty 
> [-- text/html is unsupported (use 'v' to view this part) --] 

Forgot to mention: if you want the html e-mails to be displayed in the
pager, you'll have to add:

auto_view text/html

to your ~/.muttrc.

(hope) this helps,

-- 
René Clerc  - ([EMAIL PROTECTED])

There is a definite parallel between shots of tequila and a woman's breasts.
One is not enough and three are too many.



msg31815/pgp0.pgp
Description: PGP signature


Re: ~/.mailcap confusion

2002-10-14 Thread Luke Ross

Hi,

On Mon, Oct 14, 2002 at 06:21:50PM +0200, Richard Cattien wrote:
> 
> Hmm, this sounds exactly like what i want, but when displaying
> html-mails i still get that nasty 
> [-- text/html is unsupported (use 'v' to view this part) --] 
> 
> here is my config:
> 
> ~/.muttrc

Use "auto_view text/html" IIRC.

Luke



Re: ~/.mailcap confusion

2002-10-14 Thread Richard Cattien

Hi Rene,

On Mon, Oct 14, 2002 at 05:45:10PM +0200, René Clerc wrote:
> > links is a softlink to lynks?
> > ???
> 
> No, no, no. Links is a different browser. I use the following entries
> (both) in my mailcap:
> 
> text/html;  links %s; nametemplate=%s.html
> text/html;  links -dump %s; nametemplate=%s.html; copiousoutput
> 
> These: 
> 
> - allow me to view html e-mails in the pager
> - actually fire up links when I 'v'iew an html attachment

Hmm, this sounds exactly like what i want, but when displaying
html-mails i still get that nasty 
[-- text/html is unsupported (use 'v' to view this part) --] 

here is my config:

~/.muttrc
=
#
# rickskis .muttrc

#
# aliases
source ~/.aliases
set alias_file = ~/.aliases

#
# headers
ignore *
unignore To: Cc: Bcc: From: Subject: X-Mailer: User-Agent: Date:
Content-Type:
hdr_order From: To: Cc: Subject: Date: Content-Type: X-Mailer:
User-Agent:

#
# sort order
set sort=threads

#
# editor
set editor="/usr/local/bin/vim -u .vimrc_mutt"

#
# outgoing messages mailbox
set record="~/Mail/sent"

#
# mailboxes
mailboxes ~/Mail/fooblah [...]

#
# colors
color normalwhite   black   
color indicator brightyellowred
color tree  brightyellowblack   
color statusbrightwhite blue
color hdrdefaultbrightred   black
color quotedgreen   black

~/.mailcap
==
# HTML
text/html;  links %s; nametemplate=%s.html  
text/html;  links -dump %s; nametemplate=%s.html; copiousoutput

bye,
richard

-- 
Richard `rickski' Cattien <[EMAIL PROTECTED]>



Re: ~/.mailcap confusion

2002-10-14 Thread René Clerc

* Sascha Huedepohl <[EMAIL PROTECTED]> [14-10-2002 16:29]:

> > But another one, i really like to use "links" as my html-mail-viewer, so
> > I simply changed lynx to links ...but... mutt starts lynx either?
> 
> links is a softlink to lynks?
> ???

No, no, no. Links is a different browser. I use the following entries
(both) in my mailcap:

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

These: 

- allow me to view html e-mails in the pager
- actually fire up links when I 'v'iew an html attachment

HTH,

-- 
René Clerc  - ([EMAIL PROTECTED])

A Smith and Wesson beats four aces.
-Canada Bill Jones



msg31812/pgp0.pgp
Description: PGP signature


Re: ~/.mailcap confusion

2002-10-14 Thread Sascha Huedepohl

* Richard Cattien ([EMAIL PROTECTED]) wrote:

> > # HTML
> > text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html
> 
> well, this works fine, but could you explain that? thx!

please rtfm
man lynx
man mailcap

> But another one, i really like to use "links" as my html-mail-viewer, so
> I simply changed lynx to links ...but... mutt starts lynx either?

links is a softlink to lynks?
???

regards
sascha

-- 
Fuer einen neuen Monitor bitte hier ==>[X]<== einen Nagel einschlagen.



msg31809/pgp0.pgp
Description: PGP signature


Re: ~/.mailcap confusion

2002-10-14 Thread Richard Cattien

Hi,

> > Now, when I try to watch a html-mail, links displays the html-code, but
> > doesn't interpreting it. I tried it with lynx also ...the same.
> 
> try:
> # HTML
> text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html

well, this works fine, but could you explain that? thx!

But another one, i really like to use "links" as my html-mail-viewer, so
I simply changed lynx to links ...but... mutt starts lynx either? Am I
stupid? Of course I restarted mutt!

bye,
richard

-- 
Richard `rickski' Cattien <[EMAIL PROTECTED]>



Re: ~/.mailcap confusion

2002-10-14 Thread Sascha Huedepohl

* Sascha Huedepohl ([EMAIL PROTECTED]) wrote:

> HTH & HAND
> sascha
> --
> Fuer einen neuen Monitor bitte hier ==>[X]<== einen Nagel einschlagen.

s/--/-- /
sorry

-- 
Fuer einen neuen Monitor bitte hier ==>[X]<== einen Nagel einschlagen.



msg31807/pgp0.pgp
Description: PGP signature


Re: ~/.mailcap confusion

2002-10-14 Thread Sascha Huedepohl

Hi, 

* Richard Cattien ([EMAIL PROTECTED]) wrote:

> Now, when I try to watch a html-mail, links displays the html-code, but
> doesn't interpreting it. I tried it with lynx also ...the same.

try:
# HTML
text/html; lynx -dump %s; copiousoutput; nametemplate=%s.html


HTH & HAND
sascha
--
Fuer einen neuen Monitor bitte hier ==>[X]<== einen Nagel einschlagen.




msg31806/pgp0.pgp
Description: PGP signature