dovecot-1.1: Reverted previous quota plugin change. It was unnec...

dovecot at dovecot.org dovecot at dovecot.org
Sun Jan 24 23:18:37 EET 2010


details:   http://hg.dovecot.org/dovecot-1.1/rev/62ec6feb3870
changeset: 8367:62ec6feb3870
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 24 23:18:12 2010 +0200
description:
Reverted previous quota plugin change. It was unnecessary and broken.

diffstat:

1 file changed, 3 deletions(-)
src/plugins/quota/quota-storage.c |    3 ---

diffs (13 lines):

diff -r 576020ceda60 -r 62ec6feb3870 src/plugins/quota/quota-storage.c
--- a/src/plugins/quota/quota-storage.c	Thu Dec 10 13:28:02 2009 -0500
+++ b/src/plugins/quota/quota-storage.c	Sun Jan 24 23:18:12 2010 +0200
@@ -334,9 +334,6 @@ static void quota_mailbox_sync_notify(st
 		quota_recalculate(qbox->expunge_qt);
 		qbox->recalculate = TRUE;
 	}
-
-	if (quota_next_hook_mail_namespaces_created != NULL)
-		quota_next_hook_mail_namespaces_created(namespaces);
 }
 
 static int quota_mailbox_sync_deinit(struct mailbox_sync_context *ctx,


More information about the dovecot-cvs mailing list