Commit f580638f f580638f78c8f669c81294324a3286273f51b6a3 by Alain Magloire

Updated.

1 parent 52e650d0
Showing 1 changed file with 12 additions and 0 deletions
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
......