diff options
-rw-r--r-- | maildrop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |