On 01.06.10,18:39, Peter Stoddard wrote:
> I asked "What is the proper mailcap entry to view html attachments?" and the
> reply was (thanks to ilf):
>
> text/html; w3m -I 'iso-8859-15' -T text/html -dump; copiousoutput
>
> In case there is another newcomer besides me out there, I'll document how
On Tue, Jun 01, 2010 at 06:39:28PM -0700, Peter Stoddard wrote:
> I asked "What is the proper mailcap entry to view html attachments?" and the
> reply was (thanks to ilf):
>
> text/html; w3m -I 'iso-8859-15' -T text/html -dump; copiousoutput
this of course will cause trouble with html emails tha
I asked "What is the proper mailcap entry to view html attachments?" and the
reply was (thanks to ilf):
text/html; w3m -I 'iso-8859-15' -T text/html -dump; copiousoutput
In case there is another newcomer besides me out there, I'll document how I
implemented this solution. The text-based web br
On 06-01 09:13, Peter Stoddard wrote:
What is the proper mailcap entry to view html attachments?
text/html; w3m -I 'iso-8859-15' -T text/html -dump; copiousoutput
:)
--
ilf@jabber.berlin.ccc.de
Über 80 Millionen Deutsche benutzen keine Konsole.
I am running Mutt 1.5.20 (2009-06-14) on Darwin 10.3.0,
and I have compiled urlview. I have Firefox 3.6.3 in
the /Applications/Firefox.app directory.
I have the following entry in my mailcap:
text/html; firefox -remote 'openURL(%s)'
When I view an email with an attachment in MUTT, I get the m
Dale Morris muttered:
> I've never been able to get slrn to open or autoview an image file after
> it's downloaded.
# .mailcap
> image/gif; ee %s
> image/jpg; ee %s
Seems correct. Maybe you should put these lines into /etc/mailcap.
AFAIK ~/.mailcap will not be considered by every program. I have
I've never been able to get slrn to open or autoview an image file after
it's downloaded. I'm pretty new to all this, but I'm sure that's it's a
function of .mailcap file. Can someone post the proper command to enter in
my .mailcap file? Here's what I've g