diff src/lib-storage/index/dbox-common/dbox-storage.c @ 10475:7f2e9c793af8 HEAD

dovecot-uidvalidity*: Create files with correct permission.
author Timo Sirainen <tss@iki.fi>
date Sun, 13 Dec 2009 21:35:28 -0500
parents ea4a80ee0283
children f20bced53213
line wrap: on
line diff
--- a/src/lib-storage/index/dbox-common/dbox-storage.c	Sun Dec 13 21:35:04 2009 -0500
+++ b/src/lib-storage/index/dbox-common/dbox-storage.c	Sun Dec 13 21:35:28 2009 -0500
@@ -36,7 +36,7 @@
 	path = mailbox_list_get_path(list, NULL,
 				     MAILBOX_LIST_PATH_TYPE_CONTROL);
 	path = t_strconcat(path, "/"DBOX_UIDVALIDITY_FILE_NAME, NULL);
-	return mailbox_uidvalidity_next(path);
+	return mailbox_uidvalidity_next(list, path);
 }
 
 void dbox_notify_changes(struct mailbox *box)