Am 02.08.2010 um 16:34 schrieb Timo Sirainen:
> On Thu, 2010-07-29 at 13:28 +0200, Tobias Joch wrote:
>
>> the following patch for the mail_log plugin (source version = 1.2.13) adds a
>> new logging event "mailbox_create".
>> Perhaps this is also of interest t
ew(storage->pool, union mail_storage_module_context, 1);
lstorage->super = storage->v;
storage->v.mailbox_open = mail_log_mailbox_open;
+ storage->v.mailbox_create = mail_log_mailbox_create;
MODULE_CONTEXT_SET_SELF(storage, mail_log_storage_module,