diff src/lib-storage/index/dbox-single/sdbox-file.c @ 16946:0ed18f77ff08

lib-storage: Moved more of dbox attachments code to generic code.
author Timo Sirainen <tss@iki.fi>
date Wed, 06 Nov 2013 23:00:58 +0200
parents 36ef72481934
children add8c00fb3cc
line wrap: on
line diff
--- a/src/lib-storage/index/dbox-single/sdbox-file.c	Wed Nov 06 21:10:22 2013 +0200
+++ b/src/lib-storage/index/dbox-single/sdbox-file.c	Wed Nov 06 23:00:58 2013 +0200
@@ -436,7 +436,7 @@
 
 	pool = pool_alloconly_create("sdbox attachments unlink", 1024);
 	p_array_init(&extrefs, pool, 16);
-	if (!dbox_attachment_parse_extref(extrefs_line, pool, &extrefs)) {
+	if (!index_attachment_parse_extrefs(extrefs_line, pool, &extrefs)) {
 		i_warning("%s: Ignoring corrupted extref: %s",
 			  sfile->file.cur_path, extrefs_line);
 		array_clear(&extrefs);