On Thu, Nov 15, 2001 at 09:58:13AM -0700, Sean LeBlanc <[EMAIL PROTECTED]> wrote: > BTW, I use putty most of the time, other times I port forward via tera term's > ssh plugin, and use something like xterm. > > Do you use putty often? I haven't been able to get color to work in it. Color > does work in rxvt, so I don't think it's my .muttrc, per se.
I use PuTTY most of the time to read my mail, because I'm sitting in front of m$windows. Colors are working perfectly here, try setting TERM=xterm-color. I use an own termcap entry named putty: putty:@7=\E[4~:kh=\E[1~:kD=\E[3~:tc=xterm-color: Don't forget to use cap_mkdb when you changed your termcap. (Perhaps one of the other xterm-* entries works better, but I don't know) Nicolas