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
f04d9731
...
f04d9731d3eca3497c29ed77d9e5b71ee3685c28
authored
2002-11-20 12:36:57 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
977661a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
f04d973
2002
-
11
-
20
Sergey
Poznyakoff
*
mailbox
/
mailer
.
c
:
Fixed
indentation
.
*
include
/
mailutils
/
libsieve
.
h
(
sieve_test_lookup
)
(
sieve_action_lookup
,
sieve_register_test
)
(
sieve_register_action
,
sieve_register_comparator
)
(
sieve_comparator_lookup
,
sieve_require_comparator
)
(
sieve_get_comparator
)
:
Accept
the
pointer
to
sieve
machine
as
first
argument
.
*
libsieve
/
sieve
.
h
(
struct
sieve_machine
)
:
New
members
test_list
,
action_list
and
comp_list
provide
independent
symbol
space
for
this
particular
instance
of
sieve
.
*
libsieve
/
actions
.
c
(
build_mime
,
sieve_action_redirect
)
:
Removed
unused
argument
.
(
sieve_register_standard_actions
)
:
Changed
declaration
.
*
libsieve
/
comparator
.
c
(
sieve_register_comparator
)
(
sieve_require_comparator
,
sieve_comparator_lookup
)
(
sieve_get_comparator
)
(
sieve_register_standard_comparators
)
:
Accept
the
pointer
to
sieve
machine
as
first
argument
.
*
libsieve
/
register
.
c
(
sieve_test_lookup
,
sieve_action_lookup
)
(
sieve_register_test
,
sieve_register_action
)
:
Accept
the
pointer
to
sieve
machine
as
first
argument
.
*
libsieve
/
require
.
c
:
Adjust
for
above
changes
.
*
libsieve
/
sieve
.
y
:
Likewise
.
*
libsieve
/
tests
.
c
:
Likewise
.
(
sieve_test_header
)
:
New
tag
:
mime
.
Directs
header
to
test
headers
in
all
parts
of
a
multipart
message
,
not
only
main
message
headers
.
*
libsieve
/
util
.
c
(
sieve_tag_lookup
)
:
New
function
.
*
sieve
/
sieve
.
c
:
Added
"mailer"
capability
.
Removed
spurious
--
mailer
-
url
command
line
switch
.
(
main
)
:
Do
not
create
mailer
.
sieve_message
()
will
do
it
if
necessary
.
*
sieve
/
testsuite
/
scripts
/
header
-
mime
.
sv
:
New
file
.
Test
script
for
'
header
:
mime
'
extension
.
*
sieve
/
testsuite
/
scripts
/
DISTFILES
:
Added
header
-
mime
.
sv
*
sieve
/
testsuite
/
sieve
/
header
.
exp
:
Test
:
mime
tag
.
*
mail
.
local
/
mail
.
local
.
h
(
mda
)
:
Changed
prototype
.
(
struct
mda_data
)
:
Replaced
FILE
*
fp
with
message_t
msg
.
*
mail
.
local
/
script
.
c
:
Adjust
for
above
changes
.
*
mail
.
local
/
main
.
c
(
make_tmp
)
:
Create
a
message
instead
of
returning
file
pointer
.
(
argp_capa
)
:
Added
"mailer"
capability
.
(
sieve_test
)
:
Second
argument
.
(
mda
,
deliver
)
:
Take
message_t
as
first
argument
,
instead
of
FILE
*
.
2002
-
11
-
19
Sergey
Poznyakoff
*
libsieve
/
comparator
.
c
(
i_ascii_casemap_contains
)
:
Fixed
...
...
Please
register
or
sign in
to post a comment