Commit 7afb5f2c 7afb5f2c387804167c57c1f968ff1a1d6addfd5e by Sergey Poznyakoff

Updated

1 parent 48b89c04
Showing 1 changed file with 30 additions and 1 deletions
2002-12-11 Sergey Poznyakoff
* configure.ac: Added --enable-experimental option to enable
building of experimental/unfinished utilities. Currently it
controls mh utils.
* README: Document --enable-experimental option.
* examples/addr.c: Include string.h. Add typecasts to the
arguments of printf-like functions where necessary.
* examples/base64.c: Likewise.
* examples/mimetest.c: Add typecasts to the
arguments of printf-like functions where necessary.
* examples/mta.c: Likewise.
* mail/var.c: Likewise.
* mailbox/folder_imap.c: Likewise.
* mailbox/mbx_imap.c: Likewise.
* mailbox/mbx_mbox.c: Likewise.
* mailbox/mbx_mh.c: Likewise.
* mh/mh_global.c: Likewise.
* mh/mh_format.c (struct mh_machine): Changed type of arg_num to
long.
* imap4d/imap4d.c: Cast third argument to accept to
socklen_t*. Add typecasts to the arguments of printf-like
functions where necessary.
* pop3d/pop3d.c: Likewise.
* lib/mu_dbm.c: Include xalloc.h
* sieve/sieve.c: Include mu_asprintf.h
2002-12-10 Sergey Poznyakoff
* mailbox/filter_trans.c (qp_decode): Bugfix: extend chr to
......@@ -37,7 +66,7 @@
* imap4d/util.c: Initialize automatic variable.
* libsieve/tests.c: Likewise.
* mail/util.c: Likewise.
* mailbox/address.c: Likewise.
* mailbox/adxodress.c: Likewise.
* mailbox/file_stream.c: Likewise.
* mailbox/date.c: Added missing includes
......