mutt configure --with-sasl

2001-11-26 Thread Volker Jahns

I would like to configure mutt compile to include imap support w/ sasl
authentication:


configure --enable-pop --enable-imap --with-sasl
terminates w/ error message:
snip
checking for sasl_client_init in -lsasl... no
configure: error: could not find libsasl
pegasus# ./configure --help
snap

what are the correct options for configure to finish w/o errors?

I also tried:
configure --enable-imap --with-sasl=/usr/local/lib
configure --enable-imap --with-sasl=/usr/local/lib/libsasl.so
configure --enable-imap --with-sasl=/usr/local/lib/libsasl.so.8
configure --enable-imap --with-sasl=/usr/local/lib/libsasl.a


System is FreeBSD 4.3. Yes, sasl is installed, cyrus imapd daemon runs
on the system!

Any help is much appreciated.

-- 
Volker Jahns, [EMAIL PROTECTED], http://thalreit.de



imap problem

2001-11-26 Thread Volker Jahns

Wunderful!
I have mutt 1.3.23 running w/ Cyrus imapd.

The only and most bitter problem is that mutt will only show
my INBOX on the imap server. I cannot change to the other ?subfolders?


So what would be the correct configuration options for mutt?
here is what I use:

snip
set spoolfile=imap://pegasus.thalreit/INBOX
set folder=imap://pegasus.thalreit/INBOX
#set imap_authenticators=digest-md5
set imap_authenticators=login
mailboxes imap:://pegasus.thalreit/INBOX.mfolder
snap

Thanks for all your help!
-- 
Volker Jahns, [EMAIL PROTECTED], http://thalreit.de