mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
12 lines
387 B
Diff
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;
|