remove double "Logging in ..." when using legacy LOGIN
This commit is contained in:
parent
c333a36aee
commit
06c1a43aa2
1 changed files with 0 additions and 1 deletions
|
@ -2018,7 +2018,6 @@ imap_open_store_authenticate2( imap_store_t *ctx )
|
||||||
if (auth_login) {
|
if (auth_login) {
|
||||||
if (!ensure_user( srvc ) || !ensure_password( srvc ))
|
if (!ensure_user( srvc ) || !ensure_password( srvc ))
|
||||||
goto bail;
|
goto bail;
|
||||||
info( "Logging in...\n" );
|
|
||||||
#ifdef HAVE_LIBSSL
|
#ifdef HAVE_LIBSSL
|
||||||
if (!ctx->conn.ssl)
|
if (!ctx->conn.ssl)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue