I've compiled Mutt 1.2.5 for Solaris 8 and do have some colors working
in dtterm with a couple exceptions. First, anyone know how to get the
standard dtterm to act more like the standard xterm with a black
background? the inverse video in the options looks horrible with ANSI
colors.

Ok, now for my main problem. I'm getting the following errors when I
start up mutt:


(cconstan@viper): ~%  src/mutt-1.2/mutt
Error in /home/cconstan/.muttrc, line 283: default: no such color
Error in /home/cconstan/.muttrc, line 284: default: no such color
Error in /home/cconstan/.muttrc, line 285: default: no such color
Error in /home/cconstan/.muttrc, line 286: default: no such color
Error in /home/cconstan/.muttrc, line 287: default: no such color
Error in /home/cconstan/.muttrc, line 289: default: no such color
Error in /home/cconstan/.muttrc, line 290: default: no such color
Error in /home/cconstan/.muttrc, line 291: default: no such color
Error in /home/cconstan/.muttrc, line 292: default: no such color
Error in /home/cconstan/.muttrc, line 293: default: no such color
Error in /home/cconstan/.muttrc, line 294: default: no such color
Error in /home/cconstan/.muttrc, line 295: default: no such color
Error in /home/cconstan/.muttrc, line 296: default: no such color
Error in /home/cconstan/.muttrc, line 297: default: no such color
Error in /home/cconstan/.muttrc, line 298: default: no such color
Error in /home/cconstan/.muttrc, line 299: default: no such color
Error in /home/cconstan/.muttrc, line 300: default: no such color
Error in /home/cconstan/.muttrc, line 301: default: no such color
Error in /home/cconstan/.muttrc, line 302: default: no such color
Error in /home/cconstan/.muttrc, line 305: default: no such color
Error in /home/cconstan/.muttrc, line 312: default: no such color
Error in /home/cconstan/.muttrc, line 315: default: no such color
Error in /home/cconstan/.muttrc, line 316: default: no such color
Error in /home/cconstan/.muttrc, line 317: default: no such color
Error in /home/cconstan/.muttrc, line 318: default: no such color
Error in /home/cconstan/.muttrc, line 319: default: no such color
Error in /home/cconstan/.muttrc, line 320: default: no such color
Error in /home/cconstan/.muttrc, line 321: default: no such color
Error in /home/cconstan/.muttrc, line 322: default: no such color
Error in /home/cconstan/.muttrc, line 324: default: no such color
Error in /home/cconstan/.muttrc, line 326: default: no such color
Error in /home/cconstan/.muttrc, line 327: default: no such color
Error in /home/cconstan/.muttrc, line 328: default: no such color
Error in /home/cconstan/.muttrc, line 329: default: no such color
Error in /home/cconstan/.muttrc, line 330: default: no such color
Error in /home/cconstan/.muttrc, line 331: default: no such color
Error in /home/cconstan/.muttrc, line 333: default: no such color
Error in /home/cconstan/.muttrc, line 334: default: no such color
Error in /home/cconstan/.muttrc, line 335: default: no such color
Error in /home/cconstan/.muttrc, line 337: default: no such color
Error in /home/cconstan/.muttrc, line 338: default: no such color
Error in /home/cconstan/.muttrc, line 339: default: no such color
Error in /home/cconstan/.muttrc, line 340: default: no such color
Error in /home/cconstan/.muttrc, line 341: default: no such color
Press any key to continue...


here is the relevant section(s) of my ~/.muttrc:


## =================
## Color definitions
## =================
color attachment white     magenta
color body      cyan       default  "ftp://[^ ]*"
color body     brightgreen default 
"[[:alnum:]][-+.#_[:alnum:]]*@[-+.[:alnum:]]*[[:alnum:]]"
color body      cyan       default  "<URL:[^ ]*>"
color bold      green      default
color error     red        default

color header    yellow     default  "^cc:"
color header    green      default  "^date:"
color header    yellow     default  "^from"
color header    brightcyan default  "^from:"
color header    yellow     default  "^newsgroups:"
color header    yellow     default  "^reply-to:"
color header    brightcyan default  "^subject:"
color header    green      default  "^to:"
color header    yellow     default  "^x-mailer:"
color header    yellow     default  "^message-id:"
color header    yellow     default  "^Organization:"
color header    yellow     default  "^Organisation:"  
color header    yellow     default  "^User-Agent:"  
color header    yellow     default  "^message-id: .*pine"

color indicator white      blue
color markers   red        default  # the actual problem starts here
color message   white      blue

## ==================================================
## Colorizing the body of messages (ie in the pager)
## ==================================================

color normal    white     default  # pager body

#  Coloring quoted text - coloring the first 7 levels:
color quoted    cyan      default
color quoted1   yellow    default
color quoted2   red       default
color quoted3   green     default
color quoted4   cyan      default
color quoted5   yellow    default
color quoted6   red       default
color quoted7   green     default

color signature brightred      default
color status    white          blue
color tilde     blue           default
color tree      brightmagenta  default
color underline yellow         default
color body      yellow         default  "[;:]-[)/(|]"  # colorise smileys
color body      yellow         default  "[;:][)/(|]"
color body      brightblue     default  "(http|ftp|news|telnet|finger)://[^ ]*"

color index     yellow         default  ~N      # New
color index     yellow         default  ~O      # Old
color index     brightgreen    default  '~s tgil'
color index     brightgreen    default  '~p'    # mail to myself
color index     brightcyan    default  '~P'    # mail from myself
color index     magenta        default  ~F      # Flagged
color index     blue           default  ~T      # Tagged
color index     red            default  ~D      # Deleted

ideas??

-- 
Carl B. Constantine             University of Victoria
Programmer Analyst              http://www.uvic.ca
UNIX System Administrator       Victoria, BC, Canada
[EMAIL PROTECTED]

Reply via email to