Re: [Dovecot] Patch: New event "mailbox_create" for the mail_log plugin

2010-08-02 Thread Tobias Joch
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

[Dovecot] Patch: New event "mailbox_create" for the mail_log plugin

2010-07-29 Thread Tobias Joch
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,