I'm going with the following cimpile options for now.
./configure --prefix=/usr/local --enable-imap --enable-pop --enable-smtp --with-homespool=/var/spool/
I've had a look through the mutt files after installing, and see that I have 3 extensions to release
mutt.tcz
mutt-doc.tcz
mutt-locale.tcz
I've been preparing lean extensions in what i think is the hard way, I install the package to /tmp/package and then remove what i don't need. If I'm releasing a core package, mutt for example, i'll remove the dir's that contain the doc and locale info. Then I run the relevant commands to make it into mutt.tcz
then I clean up the /tmp/package folder, and run the mutt installer again, to get the doc and locale files back. Then I'll remove everything except the docs, so i can make that into mutt-doc.tcz
Like i said its slow and dumb. Can someone tell me the smart way to do it ?
thanks.