|
@@ -1030,8 +1030,10 @@ maildir_load( store_t *gctx, int minuid, int maxuid, int newuid, int *excs, int
|
|
ctx->excs = nfrealloc( excs, nexcs * sizeof(int) );
|
|
ctx->excs = nfrealloc( excs, nexcs * sizeof(int) );
|
|
if (maildir_scan( ctx, &msglist ) != DRV_OK) {
|
|
if (maildir_scan( ctx, &msglist ) != DRV_OK) {
|