commit 06c1a43aa22cb7db5f1bee08b43898d532ed181d
Author: Oswald Buddenhagen <[email protected]>
Date: Sun Mar 22 13:30:39 2015 +0100
remove double "Logging in ..." when using legacy LOGIN
src/drv_imap.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
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
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel