Reorganised examples/. Added mailbox testsuite. Also several bugfixes
Showing
1 changed file
with
67 additions
and
0 deletions
1 | 2002-08-29 Sergey Poznyakoff | ||
2 | |||
3 | * Makefile.am: Added examples/ to SUBDIRS. | ||
4 | * configure.ac: Build mailbox/testsuite/Makefile and | ||
5 | examples/Makefile | ||
6 | * doc/texinfo/Makefile.am: Rules to generate examples .texi | ||
7 | from sources in ../examples. | ||
8 | * doc/texinfo/address.texi: include address.c.texi | ||
9 | * doc/texinfo/url.texi: include url-parse.c.texi | ||
10 | |||
11 | * doc/texinfo/ex-address.texi: Removed. Auto-generated file. | ||
12 | * doc/texinfo/ex-url.texi: Likewise. | ||
13 | * doc/texinfo/sfrom.c.texi: Likewise. | ||
14 | * doc/texinfo/.cvsignore: Added autogenerated files. | ||
15 | |||
16 | * examples/Makefile: Removed. | ||
17 | * examples/Addrs: Removed. Incorporated into mailbox/testsuite. | ||
18 | * examples/Addrs.good: Likewise. | ||
19 | * examples/Urls: Likewise. | ||
20 | * examples/Urls.good: Likewise. | ||
21 | * examples/mail.MysqlMailer.c: Removed obsolete file. mail.local | ||
22 | provides the same functionality. | ||
23 | * examples/mbox-check.c: Removed. | ||
24 | * examples/mbox-dates.c: Removed. | ||
25 | * examples/mbox-explode.c: Removed. | ||
26 | |||
27 | * examples/Makefile.am: New file. | ||
28 | * examples/sfrom.c: New file. | ||
29 | * examples/addr.c: Added copyleft header. Set user email domain | ||
30 | to localhost on startup. | ||
31 | * examples/mimetest.c: Added copyleft header. Changed output | ||
32 | format to better suit testing. | ||
33 | * examples/msg-send.c: Added copyleft header. Reindented. | ||
34 | * examples/muemail.c: Likewise. | ||
35 | * examples/url-parse.c: Likewise. | ||
36 | |||
37 | * guimb/scm/sieve-core.scm (sieve-expand-filename): Do not attempt | ||
38 | to expand meta-characters understood by mailbox_create_default. | ||
39 | |||
40 | * lib/argp-help.c: Define __P() if necessary. | ||
41 | * mail/copy.c (mail_copy0): Make sure we really got the message. | ||
42 | * mail/next.c (mail_next): Do not allow the cursor to grow past | ||
43 | total number of messages. | ||
44 | * mailbox/locker.c: Provide definition for MAXHOSTNAMELEN, if | ||
45 | necessary. | ||
46 | |||
47 | * testsuite/lib/mailutils.exp (mu_version): Check if MU_CAPABILITY | ||
48 | exists. One never knows... | ||
49 | (mu_command): Additional diagnostics | ||
50 | (mu_expect_list,mu_test): Commented out extra checks. | ||
51 | |||
52 | * mailbox/Makefile.am: Added testsuite | ||
53 | * mailbox/testsuite: New directory. | ||
54 | * mailbox/testsuite/Makefile.am: New file. | ||
55 | * mailbox/testsuite/.cvsignore: New file. | ||
56 | * mailbox/testsuite/Addrs: New file. | ||
57 | * mailbox/testsuite/Mime: New file. | ||
58 | * mailbox/testsuite/Urls: New file. | ||
59 | * mailbox/testsuite/lib: New directory. | ||
60 | * mailbox/testsuite/lib/DISTFILES: New file. | ||
61 | * mailbox/testsuite/lib/mailbox.exp: New file. | ||
62 | * mailbox/testsuite/mailbox: New directory. | ||
63 | * mailbox/testsuite/mailbox/DISTFILES: New file. | ||
64 | * mailbox/testsuite/mailbox/address.exp: New file. | ||
65 | * mailbox/testsuite/mailbox/mime.exp: New file. | ||
66 | * mailbox/testsuite/mailbox/url.exp: New file. | ||
67 | |||
1 | 2002-08-28 Sergey Poznyakoff | 68 | 2002-08-28 Sergey Poznyakoff |
2 | 69 | ||
3 | * sieve/interp.c (sieve_interp_alloc): Fill allocalted memory | 70 | * sieve/interp.c (sieve_interp_alloc): Fill allocalted memory | ... | ... |
-
Please register or sign in to post a comment