Hi,
when i want to compile mutt with the ng patches i had a little problem
with smtp:
* in smtp.c there was no mutt_progress_bar(). this function is called
mutt_progress_update() ( line 160/194 )
* although i compile mutt with --with-sasl the preprocessor makro
USE_SASL doesn't seem to exist in smtp.c:
#ifdef USE_SASL
return smtp_auth (conn);
#else
mutt_error (_("SMTP authentication requires SASL"));
mutt_sleep (1);
return -1;
#endif /* USE_SASL */
when i try to connect to gmx.de the "SMTP authentication requires
SASL"-error is printet. when i define USE_SASL manualy, it compiles and
works.
didi
--
Zwei Würmer krochen aus einem Misthaufen hinaus. Der kleine sagt zu dem großen:
"Vati, schau an, wie blau der Himmel ist, wie grün das Gras ist, wie schön
es riecht. Und wir wohnen doch in diesem Mist?!!"
"Verstehst du, Söhnlein, es gibt so einen Begriff wie Vaterland..."
pgpvGz7o3JKNn.pgp
Description: PGP signature
|