I just updated my existing 1.0.x copy of mutt to v1.2 last night.
Configuration and compiling went okay with no errors. I used this to
configure mutt:
./configure --enable-pop --enable-flock --disable-fcntl
--sysconfdir=/etc --with-slang=/usr/include/slang
(I also tried it without the slang entry, so it used ncurses by
default).
So far, I've ran into two "problems". They are this error:
Error in /home/hall/.muttrc, line 18: <0: invalid value
source: errors in /home/hall/.muttrc
Press any key to continue
This is the "guilty" line:
set sendmail_wait=<0
Perfectly valid, I thought. Worked fine with 1.0.x. And even the sample
Muttrc file shows it as an option.
My other problem is *no* colors at all. I'm using the same .muttrc file
as before and I had colors. Did I miss a configure option ?? Typing
"mutt -v" shows the "+HAVE_COLOR" flag. FWIW, here's all of what "mutt
-v" shows:
mutt -v
Mutt 1.2i (2000-05-09)
Copyright (C) 1996-2000 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.15 [using ncurses 5.0]
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK -USE_FCNTL +USE_FLOCK
-USE_IMAP -USE_GSS -USE_SSL +USE_POP +HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_PGP -BUFFY_SIZE -EXACT_ADDRESS +ENABLE_NLS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/spool/mail"
SHAREDIR="/usr/local/share/mutt"
SYSCONFDIR="/etc"
ISPELL="/usr/bin/ispell"
To contact the developers, please mail to <[EMAIL PROTECTED]>.
To report a bug, please use the muttbug utility.
Any help is greatly appreciated !! ;-) Thanks in advance.
Hall