Browse Source

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

wip/server-refactor
Oswald Buddenhagen 10 years ago
parent
commit
06c1a43aa2
  1. 1
      src/drv_imap.c

1
src/drv_imap.c

@ -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…
Cancel
Save