changeset 9114:1a7c6732730e HEAD

expire-tool: Initialize plugins also after loading them.
author Timo Sirainen <tss@iki.fi>
date Mon, 01 Jun 2009 12:30:54 -0400
parents f1a6c9dd4c33
children 4d2b2adfd415
files src/plugins/expire/expire-tool.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	mail_storage_register_all();
 	mailbox_list_register_all();
 
+	module_dir_init(modules);
+
 	expire_get_global_mail_ids();
 
 	auth_socket = getenv("AUTH_SOCKET_PATH");