Эх сурвалжийг харах

fix UIDNEXT error message

Oswald Buddenhagen 5 жил өмнө
parent
commit
93fb3c29c6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/drv_imap.c

+ 1 - 1
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 )) ||
 		if (!(arg = next_arg( &s )) ||
 		    (ctx->uidnext = strtoul( arg, &earg, 10 ), *earg))
 		    (ctx->uidnext = strtoul( arg, &earg, 10 ), *earg))
 		{
 		{
-			error( "IMAP error: malformed NEXTUID status\n" );
+			error( "IMAP error: malformed UIDNEXT status\n" );
 			return RESP_CANCEL;
 			return RESP_CANCEL;
 		}
 		}
 	} else if (!strcmp( "CAPABILITY", arg )) {
 	} else if (!strcmp( "CAPABILITY", arg )) {