dovecot-2.1: raw storage: Name autocreated namespace as "raw-sto...

dovecot at dovecot.org dovecot at dovecot.org
Thu Apr 19 18:59:38 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/90d7364b8c9d
changeset: 14430:90d7364b8c9d
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 19 18:59:33 2012 +0300
description:
raw storage: Name autocreated namespace as "raw-storage".

diffstat:

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

diffs (11 lines):

diff -r 85b3975c9008 -r 90d7364b8c9d src/lib-storage/index/raw/raw-storage.c
--- a/src/lib-storage/index/raw/raw-storage.c	Thu Apr 19 18:22:39 2012 +0300
+++ b/src/lib-storage/index/raw/raw-storage.c	Thu Apr 19 18:59:33 2012 +0300
@@ -28,6 +28,7 @@
 		i_fatal("Raw user initialization failed: %s", error);
 
 	ns_set = p_new(user->pool, struct mail_namespace_settings, 1);
+	ns_set->name = "raw-storage";
 	ns_set->location = ":LAYOUT=none";
 	ns_set->separator = "/";
 


More information about the dovecot-cvs mailing list