Re: [mutt] Re: [ANNOUNCE] 1.5.20 released
Hi,
* Jan-Herbert Damm wrote:
> The apt-get command installed elinks on my system and now opening html-mails
> via the "v"-command starts elinks instead of w3m like before. I wonder where
> this is being determined. My mailcap has entries for w3m, elinks and lynx in
> this order.
See $mailcap_path. I'm almost certain mutt uses the first match in the
first file in that setting... which maybe is a system-wide file in your
case. If ~/.mailcap isn't the first one, use
set mailcap_path="~/.mailcap:$mailcap_path"
to prepend it.
Rocco