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
dbe217d7
...
dbe217d798f12d91aa4d9619ff5b3b25c6605bc0
authored
2002-11-30 13:40:06 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_action_keep): Remove the delete mark from the message.
1 parent
f013492d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
libsieve/actions.c
libsieve/actions.c
View file @
dbe217d
...
...
@@ -37,6 +37,9 @@ int
sieve_action_keep
(
sieve_machine_t
mach
,
list_t
args
,
list_t
tags
)
{
sieve_log_action
(
mach
,
"KEEP"
,
NULL
);
if
(
sieve_is_dry_run
(
mach
))
return
0
;
sieve_mark_deleted
(
mach
->
msg
,
0
);
return
0
;
}
...
...
Please
register
or
sign in
to post a comment