diff src/plugins/acl/acl-plugin.c @ 11944:2311b5ca4d3f

acl: Override mailbox list functions in mailbox_list_created hook.
author Timo Sirainen <tss@iki.fi>
date Thu, 05 Aug 2010 16:59:40 +0100
parents 4b20e692c606
children 447bce266022
line wrap: on
line diff
--- a/src/plugins/acl/acl-plugin.c	Thu Aug 05 16:58:12 2010 +0100
+++ b/src/plugins/acl/acl-plugin.c	Thu Aug 05 16:59:40 2010 +0100
@@ -11,6 +11,7 @@
 
 static struct mail_storage_hooks acl_mail_storage_hooks = {
 	.mail_user_created = acl_mail_user_created,
+	.mailbox_list_created = acl_mailbox_list_created,
 	.mail_namespace_storage_added = acl_mail_namespace_storage_added,
 	.mailbox_allocated = acl_mailbox_allocated,
 	.mail_allocated = acl_mail_allocated