#./autogen.sh #./configure -C --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \ # --with-sharedir=/usr/share/mutt-ng --with-docdir=/usr/share/doc/mutt-ng \ # --with-mailpath=/var/mail --enable-fcntl --with-idn --with-curses --enable-nntp \ # --with-libesmtp --enable-gpgme --enable-hcache --enable-doc cmake -D WITH_NNTP=1 -D WITH_IDN=1 -D USE_HCACHE=1 -D WITH_LIBESMTP=1 .