On Sat, Jan 04, 2014 at 12:28:46PM -0500, Charles E Campbell wrote:
> Hello!
>
> I used David Champion's suggestion to compile mutt with:
>
> --enable-smtp
>
> so at least its not complaining about smtp_pass and smtp_url being undefined
> variables (Thanks!).
>
> However, mutt still doesn't recognize header_cache or certificatg_file
> (again, undefined variables), and it still won't send mail.
You are probably missing a few other flags; I used to call configure
like this:
$ ./configure --datarootdir=/usr/share --sysconfdir=/etc \
--enable-dependency-tracking --enable-fcntl --disable-flock \
--enable-hcache --with-tokyocabinet --enable-smtp --enable-pop \
--enable-imap --with-gss --with-gnutls --with-sasl --with-curses \
--disable-external-dotlock --enable-gpgme;
Hope this helps,
--
Suvayu
Open source is the future. It sets us free.