Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5b62b3d3
...
5b62b3d3c8fb3238b37e8d7caf6893699d22eee2
authored
2002-11-13 13:34:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(fileinto_args): Fileinto takes string, not string-list.
1 parent
94faa2d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/actions.c
libsieve/actions.c
View file @
5b62b3d
...
...
@@ -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
};
...
...
Please
register
or
sign in
to post a comment