Commit f580638f f580638f78c8f669c81294324a3286273f51b6a3 by Alain Magloire

Updated.

1 parent 52e650d0
Showing 1 changed file with 12 additions and 0 deletions
1 2003-10-09 Alain Magloire 1 2003-10-09 Alain Magloire
2 2
3 Possible use:
4 list_count (list, &total);
5 array = malloc (total *(sizeof *array));
6 if (users != NULL)
7 list_to_array (list, users, total, &total);
8 copy in the array the number of items.
9
10 * mailbox/list.c (list_to_array): New function.
11 * include/mailutils/list.h (list_to_array): Declaration.
12
13 2003-10-09 Alain Magloire
14
3 Scenario: the attribute_set_delete() use the header field 15 Scenario: the attribute_set_delete() use the header field
4 "Status: d" to store the information. During a POP session, 16 "Status: d" to store the information. During a POP session,
5 if messages had the "Status: D", the messages would be 17 if messages had the "Status: D", the messages would be
......