Commit 1a9f0f6a 1a9f0f6a63e34aecb3e0c7f6c9a11dbc13f079bf by Sergey Poznyakoff

Finished mail testsuite.

Some additional cleanup due to switching to the new autoconf.
1 parent 0f7330e4
Showing 1 changed file with 37 additions and 0 deletions
1 2002-08-08 Sergey Poznyakoff
2
3 * .cvsignore: Updated
4
5 * mail/testsuite/.cvsignore: Updated
6 * mail/testsuite/lib/mail.exp (default_mail_test): Ignore trailing
7 whitespace.
8 * mail/testsuite/mail/alias.exp: Remove trailing whitespace from
9 the patterns.
10 * mail/testsuite/mail/read.exp: Likewise.
11 * mail/testsuite/mail/tag.exp: Likewise.
12 * mail/testsuite/mail/write.exp: Likewise.
13
14 * mailbox/mu_argp.c: Initialize argp_program_bug_address.
15 * comsat/comsat.c: Removed argp_program_bug_address. Use
16 PACKAGE_STRING, provided by the new autoconf.
17 * dotlock/dotlock.c: Likewise.
18 * frm/frm.c: Likewise.
19 * from/from.c: Likewise.
20 * guimb/main.c: Likewise.
21 * imap4d/imap4d.c: Likewise.
22 * mail/mail.c: Likewise.
23 * mail.local/main.c: Likewise.
24 * mail.remote/mail.remote.c: Likewise.
25 * messages/messages.c: Likewise.
26 * mh/inc.c: Likewise.
27 * mh/scan.c: Likewise.
28 * sieve/sieve.c: Likewise.
29 * pop3d/capa.c: Likewise.
30 * pop3d/pop3d.c: Likewise. Imply debug mode if the input stream is
31 connected to a tty. Don't try to switch to "mail" group id in
32 debug mode.
33
34 * pop3d/popauth.c: Parse arguments using mu_argp instead of
35 getopt_long.
36 * readmsg/readmsg.c: Likewise.
37
1 2002-08-07 Sergey Poznyakoff 38 2002-08-07 Sergey Poznyakoff
2 39
3 * mail/mail.h (struct mail_env_entry): Reorganized. Added 40 * mail/mail.h (struct mail_env_entry): Reorganized. Added
......