commit 93fb3c29c6f7c581feb2ea201721e38ace2a5af9
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sat Nov 23 13:30:12 2019 +0100

    fix UIDNEXT error message

 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 a4959fb..989b86e 100644
--- a/src/drv_imap.c
+++ b/src/drv_imap.c
@@ -1173,7 +1173,7 @@ parse_response_code( imap_store_t *ctx, imap_cmd_t *cmd, 
char *s )
                if (!(arg = next_arg( &s )) ||
                    (ctx->uidnext = strtoul( arg, &earg, 10 ), *earg))
                {
-                       error( "IMAP error: malformed NEXTUID status\n" );
+                       error( "IMAP error: malformed UIDNEXT status\n" );
                        return RESP_CANCEL;
                }
        } else if (!strcmp( "CAPABILITY", arg )) {


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

Reply via email to