changeset 10629:bbfa22045215 HEAD

expire-tool: Change config module so we'll actually read all necessary settings.
author Timo Sirainen <tss@iki.fi>
date Tue, 02 Feb 2010 15:20:36 +0200
parents 568c437ad951
children b0b63deab22a
files src/plugins/expire/expire-tool.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/expire/expire-tool.c	Tue Feb 02 15:20:04 2010 +0200
+++ b/src/plugins/expire/expire-tool.c	Tue Feb 02 15:20:36 2010 +0200
@@ -208,7 +208,8 @@
 				MAIL_STORAGE_SERVICE_FLAG_USERDB_LOOKUP);
 
 	memset(&input, 0, sizeof(input));
-	input.module = input.service = "expire-tool";
+	input.service = "expire-tool";
+	input.module = "mail";
 	mail_storage_service_init_settings(ctx.storage_service, &input);
 
 	sets = master_service_settings_get_others(service);