isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 06c1a43aa22cb7db5f1bee08b43898d532ed181d
parent c333a36aeeb8f6ce6de672c17b83cb1962e2132d
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 22 Mar 2015 13:30:39 +0100

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

Diffstat:
Msrc/drv_imap.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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