X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fcommand.c;fp=imap%2Fcommand.c;h=3893f89ad0737ba3c4e437f32de6c190986bcf93;hp=696833418a7195f264b148ed960db8f31f1c9573;hb=5b0581b41f115cd0442037a97db313ef5b5b8822;hpb=4282401a0bcdc285a228da4ad635cbf7baf71488 diff --git a/imap/command.c b/imap/command.c index 6968334..3893f89 100644 --- a/imap/command.c +++ b/imap/command.c @@ -385,7 +385,7 @@ static int cmd_handle_untagged (IMAP_DATA * idata) } /* This should be optimised (eg with a tree or hash) */ -static int uid2msgno (IMAP_DATA* idata, unsigned int uid) { +static int uid2msgno (IMAP_DATA* idata, int uid) { int i; for (i = 0; i < idata->ctx->msgcount; i++) {