On Wed, Jul 11, 2001 at 08:22:09 +0200, Magnus Bodin wrote:
> I upgraded from 1.2.5i to 1.3.19i and the only awkward thing I find is that
> all question now goes ([yes] / no) and if i type 'n' it interprets as a YES,
> and I keep forgetting pressing 'N'
Do you happen to use OpenBSD? We just had another bug report from
a guy with the same problem using OpenBSD 2.9. It turned out to be
a bug in the locale saying that 'n' instead of 'y' should be
interpreted to mean yes.
Try using uppercase answers to yes/no questions, or delete or
outcomment the line
#define HAVE_LANGINFO_YESEXPR 1
in config.h and rebuild mutt. This will hopefully help if your
locale has the same bug.