Re: allow_ansi set, but I only get the first character highlighted

2012-04-13 Thread lilydjwg
On Thu, Apr 12, 2012 at 09:58:40PM +0200, Michael Ludwig wrote:
 lilydjwg schrieb am 11.04.2012 um 19:40 (+0800):
  I'm using elinks to view those HTML emails. ~/.mailcap contains:
  
text/html; muttHtml; copiousoutput
 
 Not answering your questions, but as you appear to like Python:
 
 https://bitbucket.org/blacktrash/muttils
 
 This allows you to have FF or IE or display your mail.

Thanks, these tools are useful for me.

-- 
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://lilydjwg.is-programmer.com/
-- 
A: Because it obfuscates the reading.
Q: Why is top posting so bad?


Re: allow_ansi set, but I only get the first character highlighted

2012-04-12 Thread Michael Ludwig
lilydjwg schrieb am 11.04.2012 um 19:40 (+0800):
 I'm using elinks to view those HTML emails. ~/.mailcap contains:
 
   text/html; muttHtml; copiousoutput

Not answering your questions, but as you appear to like Python:

https://bitbucket.org/blacktrash/muttils

This allows you to have FF or IE or display your mail.
-- 
Michael Ludwig


allow_ansi set, but I only get the first character highlighted

2012-04-11 Thread lilydjwg
I'm using elinks to view those HTML emails. ~/.mailcap contains:

  text/html; muttHtml; copiousoutput

And here's the actual command:

  enconv|elinks -force-html -dump -dump-color-mode 1 -eval set 
document.css.stylesheet='$HOME/etc/mail.css' /dev/stdin

The `muttHTML` command highlights correctly in the shell, but in mutt,
only the starting character on each colored area is actually colored.
Here's a screenshot:
http://elimage.edisonnotes.com/76/f2af1e35f5092c87c586333bf73f08c61b4c74

The links should be blue and the quoted part (indented) should be green.

-- 
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://lilydjwg.is-programmer.com/
-- 
A: Because it obfuscates the reading.
Q: Why is top posting so bad?