From 06c1a43aa22cb7db5f1bee08b43898d532ed181d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Sun, 22 Mar 2015 13:30:39 +0100 Subject: [PATCH] remove double "Logging in ..." when using legacy LOGIN --- src/drv_imap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drv_imap.c b/src/drv_imap.c index 3e14a64..fd9cb1a 100644 --- a/src/drv_imap.c +++ b/src/drv_imap.c @@ -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