Commit fabaad02 fabaad027181851e58eabcd81c1f5652c211d974 by Sergey Poznyakoff

Updated

1 parent ee1f69c9
Showing 1 changed file with 29 additions and 0 deletions
1 2004-07-01 Sergey Poznyakoff
2
3 * include/mailutils/iterator.h (iterator_current)
4 (iterator_set_getitem): Changed proto
5 (iterator_get_list): Removed.
6 * mailbox/include/iterator0.h (struct _iterator.getitem): Changed
7 declaration.
8 * mailbox/iterator.c (iterator_current)
9 (iterator_set_getitem): Changed declaration
10 * mailbox/list.c (getitem): Changed declaration
11
12 * mailbox/rfc2047.c (rfc2047_decode): Fixed buffer
13 handling
14
15 * examples/mta.c: Minor fix
16 * examples/nntpclient.c: Fixed printf formats
17 (com_newgroups,com_newnews): Variable declarations are only allowed
18 before the statements.
19
20 * mailbox/nntp/nntp_article.c: Fixed printf formats
21 * mailbox/nntp/nntp_body.c: Likewise
22 * mailbox/nntp/nntp_head.c: Likewise
23
24 * mailbox/nntp/nntp_iterator.c: Added missing include
25 (nntp_itr_getitem): Changed declaration
26
27 * mailbox/pop/pop3_iterator.c (pop3_itr_getitem): Changed
28 declaration
29
1 2004-06-30 Alain Magloire 30 2004-06-30 Alain Magloire
2 31
3 * configure.ac: Add nntp directory. 32 * configure.ac: Add nntp directory.
......