From: Timo Sirainen Date: Thu, 2 Apr 2009 19:59:04 +0000 (-0400) Subject: shared mailboxes: Mark created users' namespaces as having INBOXes. X-Git-Tag: 1.2.rc1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e930af34580510d2fe58628d270dbaf786e86248;p=thirdparty%2Fdovecot%2Fcore.git shared mailboxes: Mark created users' namespaces as having INBOXes. --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/shared/shared-storage.c b/src/lib-storage/index/shared/shared-storage.c index 83fe0c1af1..c0e0826d6b 100644 --- a/src/lib-storage/index/shared/shared-storage.c +++ b/src/lib-storage/index/shared/shared-storage.c @@ -228,7 +228,7 @@ int shared_storage_get_namespace(struct mail_storage *_storage, ns->prefix = i_strdup(str_c(prefix)); ns->owner = owner; ns->flags = NAMESPACE_FLAG_LIST_PREFIX | NAMESPACE_FLAG_HIDDEN | - NAMESPACE_FLAG_AUTOCREATED; + NAMESPACE_FLAG_AUTOCREATED | NAMESPACE_FLAG_INBOX; ns->sep = _storage->ns->sep; location = t_str_new(256);