dovecot-1.2: virtual: Virtual mailboxes shouldn't be counted in ...
dovecot at dovecot.org
dovecot at dovecot.org
Tue May 26 06:43:48 EEST 2009
details: http://hg.dovecot.org/dovecot-1.2/rev/8eaa3476bdef
changeset: 9088:8eaa3476bdef
user: Timo Sirainen <tss at iki.fi>
date: Mon May 25 23:43:39 2009 -0400
description:
virtual: Virtual mailboxes shouldn't be counted in quota.
diffstat:
1 file changed, 2 insertions(+)
src/plugins/virtual/virtual-storage.c | 2 ++
diffs (12 lines):
diff -r 5a593a838f90 -r 8eaa3476bdef src/plugins/virtual/virtual-storage.c
--- a/src/plugins/virtual/virtual-storage.c Mon May 25 23:39:03 2009 -0400
+++ b/src/plugins/virtual/virtual-storage.c Mon May 25 23:43:39 2009 -0400
@@ -115,6 +115,8 @@ static int virtual_create(struct mail_st
struct mailbox_list_settings list_set;
struct stat st;
const char *layout;
+
+ _storage->ns->flags |= NAMESPACE_FLAG_NOQUOTA;
if (virtual_get_list_settings(&list_set, data, _storage,
&layout, error_r) < 0)
More information about the dovecot-cvs
mailing list