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
f28bc2c1
...
f28bc2c13e2df70d01bd89a4388af435215412a3
authored
2002-12-09 13:27:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Several sieve-related bugfixes
1 parent
70ae1f5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
f28bc2c
2002
-
12
-
09
Sergey
Poznyakoff
*
libsieve
/
actions
.
c
(
build_mime
,
sieve_action_redirect
)
:
free
return
from
mu_get_user_email
().
*
libsieve
/
sieve
.
y
(
statement
production
)
:
Gross
bugfix
:
do
not
run
sieve_slist_destroy
on
the
list
,
just
list_destroy
.
All
the
items
are
already
registered
in
the
memory
pool
and
will
be
freed
by
sieve_machine_destroy
.
*
libsieve
/
tests
.
c
(
_get_address_part
)
:
Bugfix
:
assign
to
*
data
only
if
ret
is
not
null
.
*
libsieve
/
util
.
c
(
_comp_action
)
:
Do
not
run
comparator
if
the
sample
is
NULL
.
*
mail
.
local
/
main
.
c
(
sieve_test
)
:
Bugfix
:
run
sieve_machine_destroy
()
only
if
the
compilation
succeeded
.
(
deliver
)
:
Removed
unused
variable
sb
.
Use
isize
instead
.
*
mailbox
/
mutil
.
c
(
mu_get_user_email
)
:
Added
comment
.
2002
-
12
-
05
Sergey
Poznyakoff
*
lib
/
Makefile
.
am
(
INCLUDES
)
:
Fixed
path
.
...
...
Please
register
or
sign in
to post a comment