dovecot-2.0: lib-storage: Shared namespaces shouldn't have NAMES...
dovecot at dovecot.org
dovecot at dovecot.org
Fri Jun 25 00:32:09 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/c9a62b0d9d36
changeset: 11630:c9a62b0d9d36
user: Timo Sirainen <tss at iki.fi>
date: Thu Jun 24 22:32:05 2010 +0100
description:
lib-storage: Shared namespaces shouldn't have NAMESPACE_FLAG_INBOX set.
There is only one namespace with INBOX.
diffstat:
src/lib-storage/index/shared/shared-storage.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a07aa85f68c9 -r c9a62b0d9d36 src/lib-storage/index/shared/shared-storage.c
--- a/src/lib-storage/index/shared/shared-storage.c Thu Jun 24 20:29:27 2010 +0100
+++ b/src/lib-storage/index/shared/shared-storage.c Thu Jun 24 22:32:05 2010 +0100
@@ -257,7 +257,7 @@
new_ns->owner = owner;
new_ns->flags = (NAMESPACE_FLAG_SUBSCRIPTIONS & ns->flags) |
NAMESPACE_FLAG_LIST_PREFIX | NAMESPACE_FLAG_HIDDEN |
- NAMESPACE_FLAG_AUTOCREATED | NAMESPACE_FLAG_INBOX;
+ NAMESPACE_FLAG_AUTOCREATED;
new_ns->sep = ns->sep;
new_ns->mail_set = _storage->set;
More information about the dovecot-cvs
mailing list