From 37dc5b60c5404ad5fcccb68b72b3994d1382f8f6 Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Tue, 7 Jan 2014 18:54:57 +0100 Subject: [PATCH] lda-sieve plugin: Changed name of main script. --- src/plugins/lda-sieve/lda-sieve-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c index f68c1c6ee..46ce00fed 100644 --- a/src/plugins/lda-sieve/lda-sieve-plugin.c +++ b/src/plugins/lda-sieve/lda-sieve-plugin.c @@ -627,7 +627,7 @@ static int lda_sieve_find_scripts(struct lda_sieve_run_context *srctx) user_location = lda_sieve_get_personal_location(svinst, mdctx->dest_user); if ( user_location != NULL ) { srctx->user_script = sieve_script_create_open_as - (svinst, user_location, "main script", master_ehandler, &error); + (svinst, user_location, "main_script", master_ehandler, &error); if ( srctx->user_script == NULL ) { switch ( error ) { -- GitLab