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)
}
sieve_data_type fileinto_args[] = {
SVT_STRING_LIST,
SVT_STRING,
SVT_VOID
};
......