commit ff6c56d9acf5b535ddc5ba4375f541f40cdc6800 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 a0d4b01..1a41581 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