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
f580638f
...
f580638f78c8f669c81294324a3286273f51b6a3
authored
2003-10-10 02:09:48 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated.
1 parent
52e650d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
ChangeLog
ChangeLog
View file @
f580638
2003
-
10
-
09
Alain
Magloire
Possible
use
:
list_count
(
list
,
&
total
);
array
=
malloc
(
total
*
(
sizeof
*
array
));
if
(
users
!=
NULL
)
list_to_array
(
list
,
users
,
total
,
&
total
);
copy
in
the
array
the
number
of
items
.
*
mailbox
/
list
.
c
(
list_to_array
)
:
New
function
.
*
include
/
mailutils
/
list
.
h
(
list_to_array
)
:
Declaration
.
2003
-
10
-
09
Alain
Magloire
Scenario
:
the
attribute_set_delete
()
use
the
header
field
"Status: d"
to
store
the
information
.
During
a
POP
session
,
if
messages
had
the
"Status: D"
,
the
messages
would
be
...
...
Please
register
or
sign in
to post a comment