From 5539418f448cd9bb38fc085e654861479dd1130b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 22 Feb 2010 18:53:21 +0200 Subject: [PATCH] dbox: mailbox_update() ignored cache_fields. --HG-- branch : HEAD --- src/lib-storage/index/dbox-single/sdbox-storage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib-storage/index/dbox-single/sdbox-storage.c b/src/lib-storage/index/dbox-single/sdbox-storage.c index 42502b73cf..1c2e085d12 100644 --- a/src/lib-storage/index/dbox-single/sdbox-storage.c +++ b/src/lib-storage/index/dbox-single/sdbox-storage.c @@ -194,6 +194,8 @@ dbox_mailbox_update(struct mailbox *box, const struct mailbox_update *update) if (index_storage_mailbox_open(box, FALSE) < 0) return -1; } + if (update->cache_fields != NULL) + index_storage_mailbox_update_cache_fields(box, update); return sdbox_write_index_header(box, update); } -- 2.47.3