On Fri, Oct 20, 2000 at 10:50:03PM +0800, Anthony Liu wrote:
> On Fri, Oct 20, 2000 at 02:56:30AM -0700, Mike E wrote:
> > I'm trying to set up color with mutt (1.2.5i) but I am getting 
> > "color: unknown command" errors from my muttrc. Is there some trick
> > that I'm missing?
> > 
> Perhaps you should try colour instead :)
> 
> Seriously, can you post a few lines before and after the color
> statement?

Here ya go: (`r!cat ~/.muttrc | grep -5 color` -- gotta love vi)

# set index format string
set index_format="%4C %Z %{%b %d} %-15.15F (%4l) %s"

# COLOR
color quoted brightblue default
color signature red green
color indicator green black
color error brightred default
color status yellow blue
color tree magenta default 
color tilde magenta default
color message brightcyan default
color markers brightcyan brightblue # Should be default  for val 2
color attachment brightmagenta default
color search default green
color header brightred default ^(From|Subject):
color body magenta default "(ftp|http)://[^ ]+" # point out URLs
color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+    # e-mail addresses
color underline brightgreen default

# KEY BINDINGS
bind index j next-entry
bind index k previous-entry
bind pager j next-entry

Mike

-- 
Mike Erickson            <mee@quidquam>             http://www.quidquam.com/
"Hatred is the coward's revenge for being intimidated" - George Bernard Shaw

Reply via email to