Re: problem with sorting mailboxes

1999-01-03 Thread Brandt Kurowski

On Tue, Nov 02, 1999 at 12:16:51PM +0200, Maistrelis Kostas wrote:
> I compiled the mutt-1.0i on a linux box based on RedHat distribution
> with gcc Version 2.7.2.3  .
> The problem is when it starts the mailbox sorting close immediately with 
> Core Dump.

I had this problem too when I first switched back to mutt.
No matter what version I used, compiled myself or installed
from rpm, i got a core dump while sorting messages. I forget
what the exact cause was, but I know it had something to do
with library inconsistencies. I think my problem lied with
glibc, but it may have been slang/curses. In cased you've
messed with them at all, I recommend that you make sure the
glibc and glibc-devel versions match, and that you have a
current version of slang, and have mutt link against slang
rather than ncurses.

Good Luck!

-- 
Brandt



Re: no such color

1999-01-03 Thread Brandt Kurowski

On Sat, Nov 06, 1999 at 01:09:34AM -0600, oneiros wrote:
> Thus spake Reed Lai ([EMAIL PROTECTED]):
> 
> > i tell mutt to use color "default", but mutt tell me
> > "default: no such color", why?
> > 
> > for example "color error brightred default"
> 
> default will only work if mutt was compiled against ncurses, if it's compiled
> against slang you'll need to use black.

umm, my mutt is compiled against slang and "default" works fine:

$ grep "color normal" .muttrc
   color normal  white  default # pager body
$ mutt -v
Mutt 1.0us (1999-10-22)
Copyright (C) 1996-9 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.2.12 [using slang 10202]
Compile options:
...blah bblah

-- 
Brandt