Displaying 1 result from an estimated 1 matches for "mail_storage_hooks_".
2012 Jan 11
2
(no subject)
...ng from other plugins and editing appropriately, I've also
created the skeleton for my plugin: Makefile, docs, conf snippet, .spec
(I'll be deploying the plugin as an RPM), and so on. I've got the
beginnings of the .h and .c written, just enough to init and deinit the
plugin by calling mail_storage_hooks_{add,remove}() with some stub hook
functions. This all seems good so far; test builds are error-free and
seem sane.
So now the hard part is writing the piece that I can't just crib from
elsewhere -- making sure that I hook every place in Dovecot that the
user's voicemail folder can be chan...