commit 702b6ec4a14504d04fe413351765814f0116fcea
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sun Mar 10 11:30:05 2019 +0100

    fix spacing in "SASL mechanism(s) not available" error message
    
    amends fdb03b91.

 src/drv_imap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/drv_imap.c b/src/drv_imap.c
index 8a7e9be..361d01c 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -2174,7 +2174,7 @@ imap_open_store_authenticate2( imap_store_t *ctx )
                free( enc );
                return;
          notsasl:
-               if (!ctx->sasl || sasl_listmech( ctx->sasl, NULL, "", "", "", 
&saslavail, NULL, NULL ) != SASL_OK)
+               if (!ctx->sasl || sasl_listmech( ctx->sasl, NULL, "", " ", "", 
&saslavail, NULL, NULL ) != SASL_OK)
                        saslavail = "(none)";  /* EXTERNAL is always there 
anyway. */
                if (!auth_login) {
                        error( "IMAP error: selected SASL mechanism(s) not 
available;\n"


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to