diff src/lib-storage/index/dbox-multi/mdbox-storage.c @ 15342:5479887eb461

lib-storage: Renamed mail_storage_set_index_error() to mailbox_set_index_error()
author Timo Sirainen <tss@iki.fi>
date Mon, 29 Oct 2012 19:54:50 +0200
parents 15dfd6475f64
children 69371578720f
line wrap: on
line diff
--- a/src/lib-storage/index/dbox-multi/mdbox-storage.c	Mon Oct 29 19:52:21 2012 +0200
+++ b/src/lib-storage/index/dbox-multi/mdbox-storage.c	Mon Oct 29 19:54:50 2012 +0200
@@ -304,7 +304,7 @@
 	mdbox_update_header(mbox, trans, update);
 	if (new_trans != NULL) {
 		if (mail_index_transaction_commit(&new_trans) < 0) {
-			mail_storage_set_index_error(box);
+			mailbox_set_index_error(box);
 			return -1;
 		}
 	}