comparison 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
comparison
equal deleted inserted replaced
10474:d4c645713656 10475:7f2e9c793af8
34 const char *path; 34 const char *path;
35 35
36 path = mailbox_list_get_path(list, NULL, 36 path = mailbox_list_get_path(list, NULL,
37 MAILBOX_LIST_PATH_TYPE_CONTROL); 37 MAILBOX_LIST_PATH_TYPE_CONTROL);
38 path = t_strconcat(path, "/"DBOX_UIDVALIDITY_FILE_NAME, NULL); 38 path = t_strconcat(path, "/"DBOX_UIDVALIDITY_FILE_NAME, NULL);
39 return mailbox_uidvalidity_next(path); 39 return mailbox_uidvalidity_next(list, path);
40 } 40 }
41 41
42 void dbox_notify_changes(struct mailbox *box) 42 void dbox_notify_changes(struct mailbox *box)
43 { 43 {
44 struct index_mailbox *ibox = (struct index_mailbox *)box; 44 struct index_mailbox *ibox = (struct index_mailbox *)box;