fix uninitialized variable warning
the returned UID is not used when trashing messages, but we still shouldn't just return an undefined value.
This commit is contained in:
parent
08dab9465b
commit
83eaac8787
|
@ -1365,6 +1365,7 @@ maildir_store_msg( store_t *gctx, msg_data_t *data, int to_trash,
|
||||||
}
|
}
|
||||||
box = gctx->path;
|
box = gctx->path;
|
||||||
} else {
|
} else {
|
||||||
|
uid = 0;
|
||||||
box = ctx->trash;
|
box = ctx->trash;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user