dovecot-1.2: quota: Fix to previous mailbox deletion fix.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Aug 12 22:38:30 EEST 2008
details: http://hg.dovecot.org/dovecot-1.2/rev/7a498b73380c
changeset: 8087:7a498b73380c
user: Timo Sirainen <tss at iki.fi>
date: Tue Aug 12 15:37:59 2008 -0400
description:
quota: Fix to previous mailbox deletion fix.
diffstat:
1 file changed, 2 deletions(-)
src/plugins/quota/quota-storage.c | 2 --
diffs (12 lines):
diff -r 27940e82901e -r 7a498b73380c src/plugins/quota/quota-storage.c
--- a/src/plugins/quota/quota-storage.c Tue Aug 12 15:29:23 2008 -0400
+++ b/src/plugins/quota/quota-storage.c Tue Aug 12 15:37:59 2008 -0400
@@ -448,8 +448,6 @@ quota_mailbox_list_delete(struct mailbox
if (ret < 0) {
str = mail_storage_get_last_error(qlist->storage, &error);
mailbox_list_set_error(list, error, str);
- } else {
- ret = qlist->module_ctx.super.delete_mailbox(list, name);
}
if (box != NULL)
mailbox_close(&box);
More information about the dovecot-cvs
mailing list