Commit 5b62b3d3 5b62b3d3c8fb3238b37e8d7caf6893699d22eee2 by Sergey Poznyakoff

(fileinto_args): Fileinto takes string, not string-list.

1 parent 94faa2d2
...@@ -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
......