On Wed, Dec 01, 1999 at 11:47:52AM +0100, Frank Altpeter wrote:
> I use mutt-1.0i on both solaris and linux system. On both systems i am
> using the same .muttrc with some color settings.
> When i use "color normal white" in it, the mutt on solaris tells me:
>
> Error in /home/fa/.muttrc, line 117: color: too few arguments
Hi Frank,
mutt's manual says the syntax for color statment is:
color object foreground background [regexp]
So you're missing the background arg. Perhaps mutt's parser
see that it's missing and assumes the value "default", which
is valid on Eterm but not Solaris. Just my guess.
Robert