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
b025e6e9
...
b025e6e958ca178e84536f5e9e7f6814cd612ccf
authored
2002-12-10 14:58:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_register_standard_actions): Register "fileinto" in non-required
state to comply to the RFC.
1 parent
4e4dcfce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libsieve/actions.c
libsieve/actions.c
View file @
b025e6e
...
...
@@ -462,7 +462,7 @@ sieve_register_standard_actions (sieve_machine_t mach)
sieve_register_action
(
mach
,
"keep"
,
sieve_action_keep
,
NULL
,
NULL
,
1
);
sieve_register_action
(
mach
,
"discard"
,
sieve_action_discard
,
NULL
,
NULL
,
1
);
sieve_register_action
(
mach
,
"fileinto"
,
sieve_action_fileinto
,
fileinto_args
,
NULL
,
1
);
fileinto_args
,
NULL
,
0
);
sieve_register_action
(
mach
,
"reject"
,
sieve_action_reject
,
fileinto_args
,
NULL
,
0
);
sieve_register_action
(
mach
,
"redirect"
,
sieve_action_redirect
,
...
...
Please
register
or
sign in
to post a comment