Re: turning colors off
I was having problems with the colors and I am using NetBSD. The fix I
found for it was to configure it and then edit config.h.
I had the following set:
/* Define if you have use_default_colors, as a function or macro. */
#define HAVE_USE_DEFAULT_COLORS 1
Chaning it to:
/* Define if you have use_default_colors, as a function or macro. */
/* #undef HAVE_USE_DEFAULT_COLORS */
fixed my horrible color problems that mutt was setting as the default.
After that just continue with the build normally.
-Jessica