Displaying 1 result from an estimated 1 matches for "mbc_mailbox_cr".
2014 Jul 24
0
Problems with custom plugin
...om script
(which in my case sets default ACLs for shared mailboxes).
This plugin went quite well for a while, but then I recently upgraded
Dovecot to version 2.2.9 and now I cannot build my plugin anymore.
I get two error messages which both describe the same thing:
src/mbc-plugin.c: In function ?mbc_mailbox_create?:
/usr/include/dovecot/src/lib/module-context.h:46:67: error: ?struct
mbc_user_module? has no member named ?reg?
COMPILE_ERROR_IF_TYPES_NOT_COMPATIBLE(OBJ_REGISTER(obj), (id_ctx).reg)
src/mbc-plugin.c: In function ?mbc_mail_user_created?:
/usr/include/dovecot/src/lib/module-context.h:46:67:...