dovecot-1.2: expire-tool: Initialize plugins also after loading ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 1 19:30:59 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/1a7c6732730e
changeset: 9114:1a7c6732730e
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 01 12:30:54 2009 -0400
description:
expire-tool: Initialize plugins also after loading them.

diffstat:

1 file changed, 2 insertions(+)
src/plugins/expire/expire-tool.c |    2 ++

diffs (12 lines):

diff -r f1a6c9dd4c33 -r 1a7c6732730e src/plugins/expire/expire-tool.c
--- a/src/plugins/expire/expire-tool.c	Mon Jun 01 12:26:16 2009 -0400
+++ b/src/plugins/expire/expire-tool.c	Mon Jun 01 12:30:54 2009 -0400
@@ -264,6 +264,8 @@ static void expire_run(bool testrun)
 	mail_storage_register_all();
 	mailbox_list_register_all();
 
+	module_dir_init(modules);
+
 	expire_get_global_mail_ids();
 
 	auth_socket = getenv("AUTH_SOCKET_PATH");


More information about the dovecot-cvs mailing list