summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maildrop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/maildrop.c b/maildrop.c
index f72e583..e18983e 100644
--- a/maildrop.c
+++ b/maildrop.c
@@ -328,6 +328,7 @@ list_all(struct imsgev *iev, struct imsg *imsg, struct m_backend *mb)
"maildrop_list");
}
+ res.uidl = *uidl;
/* terminal sentinel: hash = "" and sz = 0 */
if (*uidl)
strlcpy(res.u.hash, "", sizeof(res.u.hash));