1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/dovecot-ceph-plugin/5-dovecot3.15.patch
2021-07-05 09:29:54 +00:00

12 lines
387 B
Diff

--- a/src/storage-rbox/rbox-mail.cpp
+++ b/src/storage-rbox/rbox-mail.cpp
@@ -87,8 +87,7 @@
mail = p_new(pool, struct rbox_mail, 1);
i_zero(mail);
- mail->imail.mail.pool = pool;
- index_mail_init(&mail->imail, t, wanted_fields, wanted_headers);
+ index_mail_init(&mail->imail, t, wanted_fields, wanted_headers, pool, NULL);
FUNC_END();
return &mail->imail.mail.mail;