remove double "Logging in ..." when using legacy LOGIN

This commit is contained in:
Oswald Buddenhagen 2015-03-22 13:30:39 +01:00
parent c333a36aee
commit 06c1a43aa2

View File

@ -2018,7 +2018,6 @@ imap_open_store_authenticate2( imap_store_t *ctx )
if (auth_login) {
if (!ensure_user( srvc ) || !ensure_password( srvc ))
goto bail;
info( "Logging in...\n" );
#ifdef HAVE_LIBSSL
if (!ctx->conn.ssl)
#endif