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
e3fab430
...
e3fab430acd7f526f5841e184e190c9284e56dfa
authored
2002-11-14 14:54:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(sieve_action_discard): Log output made compatible with that of CMU ported sieve.
1 parent
f7c719fd
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 @
e3fab43
...
...
@@ -43,7 +43,7 @@ sieve_action_keep (sieve_machine_t mach, list_t args, list_t tags)
int
sieve_action_discard
(
sieve_machine_t
mach
,
list_t
args
,
list_t
tags
)
{
sieve_log_action
(
mach
,
"DISCARD"
,
NULL
);
sieve_log_action
(
mach
,
"DISCARD"
,
"marking as deleted"
);
if
(
sieve_is_dry_run
(
mach
))
return
0
;
sieve_mark_deleted
(
mach
->
msg
,
1
);
...
...
Please
register
or
sign in
to post a comment