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
f8c2cf3d
...
f8c2cf3dca81167c90ed28f5029bd1630d9a5c3e
authored
2003-01-14 14:52:42 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
10080427
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
f8c2cf3
...
...
@@ -12,6 +12,37 @@
instead
of
gnutls_perror
(),
as
the
latter
confuses
mail
clients
.
(
mu_init_tls_libs
)
:
Removed
useless
initialization
of
the
auto
variable
.
*
mail
/
mail
.
h
(
msgset_parse
,
util_get_message
)
:
In
order
to
get
rid
of
superfluous
'
Inappropriate
message
'
diagnostics
and
provide
a
behaviour
consistent
with
that
of
standard
implementations
,
moved
the
flags
argument
from
util_get_message
to
msgset_parse
.
(
msgset_count
)
:
New
function
.
(
util_isdeleted
)
:
Reverted
to
older
declaration
(
before
2002
-
10
-
13
).
*
mail
/
msgset
.
y
(
msgset_parse
)
:
Take
a
new
argument
:
flags
(
meaning
the
same
as
in
the
util_get_message
call
).
(
msgset_count
)
:
New
function
.
*
mail
/
util
.
c
(
util_foreach_msg
,
util_range_msg
)
:
Updated
calls
to
msgset_parse
.
(
util_isdeleted
)
:
Reverted
to
older
declaration
.
*
mail
/
copy
.
c
:
Updated
calls
to
msgset_parse
.
*
mail
/
decode
.
c
:
Likewise
.
*
mail
/
delete
.
c
:
Likewise
.
*
mail
/
eq
.
c
:
Likewise
.
*
mail
/
followup
.
c
:
Likewise
.
*
mail
/
from
.
c
:
Likewise
.
*
mail
/
headers
.
c
:
Likewise
.
*
mail
/
next
.
c
:
Likewise
.
*
mail
/
pipe
.
c
:
Likewise
.
*
mail
/
previous
.
c
:
Likewise
.
*
mail
/
quit
.
c
:
Likewise
.
*
mail
/
tag
.
c
:
Likewise
.
*
mail
/
write
.
c
:
Likewise
.
2003
-
01
-
14
Wojciech
Polak
...
...
Please
register
or
sign in
to post a comment