Using: Mutt 1.14.1 Slackware -current 64 bit.
Hello all, I hope it's OK to post this here rather than in the Mutt Users list. I noticed that in 1.14.1, manual.txt is installed into --docdir or --with-docdir as it was in previous versions, but the path is put in the system Muttrc as /usr/local/share/..., and consequently pressing F1 gives an error that it can't find it. I've also noticed that the manual has an extra number in [] square brackets at the start of most lines. I didn't see anything new in the documentation or ./configure options for this release that looked relevant about these. FWIW, these are the relevant flags that I've been using up until now: ./configure \ --prefix=/usr \ --mandir=/usr/man \ --docdir=/usr/doc/mutt-$VERSION \ --with-docdir=/usr/doc/mutt-$VERSION \ --sysconfdir=/etc/mutt \ --infodir=/usr/info \ ... etc. make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 The manual has always been installed into /usr/doc/mutt-$VERSION using these, and that location is put into the system Muttrc. The full build script for Slackware -current can be seen here: https://slackware.osuosl.org/slackware64-current/source/n/mutt/ (The files that may change any time after I write this) Thanks, -- Dave