dovecot-2.2: lib-storage: Make sure permissions are refreshed af...

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 26 02:31:46 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/3a694c8090a3
changeset: 15117:3a694c8090a3
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Sep 26 02:31:33 2012 +0300
description:
lib-storage: Make sure permissions are refreshed after creating mailbox directory.

diffstat:

 src/lib-storage/index/index-storage.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 536b1643786e -r 3a694c8090a3 src/lib-storage/index/index-storage.c
--- a/src/lib-storage/index/index-storage.c	Wed Sep 26 01:47:21 2012 +0300
+++ b/src/lib-storage/index/index-storage.c	Wed Sep 26 02:31:33 2012 +0300
@@ -491,6 +491,7 @@
 		mail_storage_copy_list_error(box->storage, box->list);
 		return -1;
 	}
+	mailbox_refresh_permissions(box);
 	if (ret == 0) {
 		/* directory already exists */
 		if (create_parent_dir)


More information about the dovecot-cvs mailing list