Commit 5919646c 5919646ca22b38d299f911dcd712f6b589d07cfe by Sergey Poznyakoff

Updated

1 parent 66ae8a92
Showing 1 changed file with 26 additions and 0 deletions
2002-08-23 Sergey Poznyakoff
* configure.ac: Check if crypt is declared.
* auth/sql.c: Include <crypt.h> when available
* imap4d/imap4d.h: Include <url.h>
* imap4d/util.c: Descriptive comment on util_uidvalididty.
* lib/mu_asprintf.c: Removed.
* lib/mu_asprintf.h: Provide declarations for (v)asprintf.
* lib/Makefile.am: Removed mu_asprintf.c
* mailbox/mu_argp.c: Do not use asprintf.
* mailbox/mutil.c: Do not use asprintf.
* mailbox/parse822.c (parse822_time): Tolerate unknown
timezone abbreviations.
* mailbox/system.c: Include <crypt.h> when available
* imap4d/testsuite/imap4d/search.exp: New file. Provides tests
for SEARCH command.
* imap4d/testsuite/imap4d/DISTFILES: Added search.exp
* testsuite/spool/teaparty.mbox: Fixed timestamps.
* pop3d/testsuite/pop3d/read.exp: Updated to match new mailbox.
* mail/testsuite/mail/z.exp: Likewise.
* mail/testsuite/mail/tag.exp: Likewise.
2002-08-22 Sergey Poznyakoff
* configure.ac: Create imap4d/testsuite/Makefile
......