* On 2 jun 2015, [email protected] wrote: > > I am happy to hear that. > My understanding is that the configure script checks first for ncurses > and afterwards for ncursesw. Thus, it will prefer the use of ncursesw > over ncurses. >
True. See: http://dev.mutt.org/hg/mutt/file/70b85d8b232b/configure.ac#l271 and check how occurrence of "ncursesw" has precedence over "ncurses" A simple: ldd /usr/bin/mutt gives which ncurses* library is used by mutt binary.
