* Andreas Kalex [03-04-09 14:04]:
> I do not use a dispatcher script out of mailcap; in mailcap I only have
> this 2 lines:
> text/html; elinks %s ; nametemplate=%s.html
> text/html; elinks -dump 1 -dump-charset utf-8 -force-html %s;
> copiousoutput
>
> andreas
I do the same but prefer:
w3m -F
* Alexandre wrote on 04.03.2009 at 19:45:
> Le dimanche 01 mars de l'année 2009, vers 18 heures et 38 minutes, Andreas
> Kalex écrivait:
> > * Rado S wrote on 27.02.2009 at 16:15:
> > > Use a dispatcher script in mailcap which prompts you for your choice.
>
> Could you share your script please?
Le dimanche 01 mars de l'année 2009, vers 18 heures et 38 minutes, Andreas
Kalex écrivait:
> * Rado S wrote on 27.02.2009 at 16:15:
> > Use a dispatcher script in mailcap which prompts you for your choice.
Could you share your script please?
Thank you.
--
---()()()()()()()()()--)()()(--
* Rado S wrote on 27.02.2009 at 16:15:
> Use a dispatcher script in mailcap which prompts you for your choice.
* bill lam wrote on 27.02.2009 at 16:15:
> I make it default to w3m, and if that page requires javascript then I
> open firefox from w3m using hotkeys.
Both solutions have their own ch
On Fri, 27 Feb 2009, Andreas Kalex wrote:
> Hi,
>
> I want to tune my muttrc and/or mailcap to do the following: when
> getting a mail with html inside or as an attachment, I want to
> decide whether to open it with html2text, w3m or occasionally with
> dillo or firefox. Now it is so that the fir
=- Andreas Kalex wrote on Fri 27.Feb'09 at 12:18:49 +0100 -=
> I want to tune my muttrc and/or mailcap to do the following:
> when getting a mail with html inside or as an attachment, I want
> to decide whether to open it with html2text, w3m or occasionally
> with dillo or firefox. Now it is so th
Hi,
I want to tune my muttrc and/or mailcap to do the following:
when getting a mail with html inside or as an attachment, I want to decide
whether to open it with
html2text, w3m or occasionally with dillo or firefox.
Now it is so that the first matching entry from the mailcap will open.
Andreas