Gentoo Archives: gentoo-user

From: Michael George <george@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problems with mutt and mimetypes
Date: Mon, 21 Mar 2011 22:47:52
Message-Id: 20110321224444.GA30103@brego.pewamo.office
1 I'm having trouble with mutt opening other applications for various mime
2 types.
3
4 I'm sure this worked last month, and from what I can see, I had
5 mutt-1.5.20-r18 and firefox-3.6.13. I now have mutt-1.5.21-r1 and
6 firefox-3.6.15.
7
8 "mutt -nF /dev/null -Q mailcap_path" gives me:
9
10 mailcap_path="~/.mailcap:/usr/share/mutt/mailcap:/etc/mutt/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap"
11
12 I have nothing for the tag "text/html" in my muttrc file.
13
14 I have "text/html; firefox %s" in my ~/.mailcap file.
15
16 I have the following in /etc/mailcap:
17
18 text/html; /usr/bin/lynx -force_html '%s'; needsterminal;
19 description=HTML Text; nametemplate=%s.html
20 text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput;
21 description=HTML Text; nametemplate=%s.html
22
23 and if I put "auto_view" in my muttrc file, it will try to open the
24 files with lynx. Yet putting the firefox %s command into /etc/mailcap
25 doesn't open firefox.
26
27 All the docs I can find seem to indicates that what I have configured
28 should try to open firefox like it used to, but it isn't. Is there
29 perhaps some type of "connecting package" that needed to be rebuild with
30 firefox for this to work?
31
32 --
33 -M
34
35 There are 10 kinds of people in this world:
36 Those who can count in binary and those who cannot.

Replies

Subject Author
Re: [gentoo-user] problems with mutt and mimetypes Amankwah <amankwah7@×××××.com>