LC_CTYPE correctly, then you might find you can solve the problem
with either or both of --enable-locales-fix and --without-wc-funcs.
---with-exec-shell=SHELL
- on some versions of unix, /bin/sh has a bug that makes using emacs
- with mutt very difficult. If you have the problem that whenever
- you press control-G in emacs, mutt and emacs become very confused,
- you may want to try using a Bourne-derived shell other than
- /bin/sh here. Some shells that may work are bash, zsh, and ksh.
- C shells such as csh and tcsh will amost certainly not work right.
- Note that this option is unrelated to what shell mutt gives you
- when you press '!'. Only use this option to solve the above problem,
- and only specify one of the above shells as its argument.
-
- (If you encounter this problem with your platform's native
- Bourne shell, please send a short report to mutt-dev@mutt.org,
- so a short note on this topic can be added to the Platform notes
- section below.)
-
--enable-exact-address
By default, Mutt will rewrite all addresses in the form
Personal Name <user@host.domain>
AC_DEFINE(LOCALES_HACK,1,[ Define if the result of isprint() is unreliable. ])
fi])
-AC_ARG_WITH(exec-shell, AS_HELP_STRING([--with-exec-shell=SHELL],[Specify alternate shell (ONLY if /bin/sh is broken)]),
- [if test $withval != yes; then
- AC_DEFINE_UNQUOTED(EXECSHELL, "$withval",
- [program to use for shell commands])
- else
- AC_DEFINE_UNQUOTED(EXECSHELL, "/bin/sh")
- fi],
- [AC_DEFINE_UNQUOTED(EXECSHELL, "/bin/sh")])
-
AC_ARG_ENABLE(exact-address, AS_HELP_STRING([--enable-exact-address],[Enable regeneration of email addresses]),
[if test $enableval = yes; then
AC_DEFINE(EXACT_ADDRESS,1,
#ifdef DOMAIN
printf("DOMAIN=\"%s\"\n", DOMAIN);
#endif
- printf("EXECSHELL=\"%s\"\n", EXECSHELL);
#ifdef ISPELL
printf("ISPELL=\"%s\"\n", ISPELL);
#endif