dovecot-2.0: fts: Fixed loading the plugin.

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 15 22:32:12 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/5cb810c55b4a
changeset: 10070:5cb810c55b4a
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 15 15:32:04 2009 -0400
description:
fts: Fixed loading the plugin.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/fts/fts-plugin.c |    2 +-

diffs (12 lines):

diff -r 5147503f4123 -r 5cb810c55b4a src/plugins/fts/fts-plugin.c
--- a/src/plugins/fts/fts-plugin.c	Thu Oct 15 15:17:12 2009 -0400
+++ b/src/plugins/fts/fts-plugin.c	Thu Oct 15 15:32:04 2009 -0400
@@ -8,7 +8,7 @@
 
 const char *fts_plugin_version = PACKAGE_VERSION;
 
-void (*fts_next_hook_mailbox_opened)(struct mailbox *box);
+void (*fts_next_hook_mailbox_allocated)(struct mailbox *box);
 
 void fts_plugin_init(void)
 {


More information about the dovecot-cvs mailing list