From 5b62b3d3c8fb3238b37e8d7caf6893699d22eee2 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 13 Nov 2002 13:34:21 +0000 Subject: (fileinto_args): Fileinto takes string, not string-list. --- libsieve/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsieve/actions.c b/libsieve/actions.c index 954b629cf..20db0276b 100644 --- a/libsieve/actions.c +++ b/libsieve/actions.c @@ -62,7 +62,7 @@ sieve_action_redirect (sieve_machine_t *mach, list_t args, list_t tags) } sieve_data_type fileinto_args[] = { - SVT_STRING_LIST, + SVT_STRING, SVT_VOID }; -- cgit v1.2.1