(fileinto_args): Fileinto takes string, not string-list.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -62,7 +62,7 @@ sieve_action_redirect (sieve_machine_t *mach, list_t args, list_t tags) | ... | @@ -62,7 +62,7 @@ sieve_action_redirect (sieve_machine_t *mach, list_t args, list_t tags) |
62 | } | 62 | } |
63 | 63 | ||
64 | sieve_data_type fileinto_args[] = { | 64 | sieve_data_type fileinto_args[] = { |
65 | SVT_STRING_LIST, | 65 | SVT_STRING, |
66 | SVT_VOID | 66 | SVT_VOID |
67 | }; | 67 | }; |
68 | 68 | ... | ... |
-
Please register or sign in to post a comment