Commit 72d25ce5 72d25ce59f87e0d3a1fa757346fe9c135215b4ad by Sam Roberts

updated

1 parent d55106d9
Showing 1 changed file with 14 additions and 2 deletions
1 2002-02-25 Sam Roberts 1 2002-02-25 Sam Roberts
2 2
3 * sieve/examples/: .cvsignore, Makefile, Test, mbox.complex, 3 * sieve/examples/: .cvsignore, Makefile, Test, mbox.complex,
4 t-exists.sv, test.out: Exercise a little more of sieve. 4 t-exists.sv, test.out: Exercise a little more of sieve.
5 * mailbox/wicket.c, mailbox/message.c,
6 imap4d/imap4d.h, mail/mail.c, mail/mail.h, pop3d/apop.c,
7 pop3d/pop3d.h, readmsg/readmsg.c, readmsg/readmsg.h, sieve/sieve.c,
8 sieve/sv.h, sieve/svcb.c, sieve/svctx.c examples/Makefile,
9 examples/addr.c, examples/mbox-check.c, examples/mbox-dates.c,
10 examples/mbox-explode.c, examples/mimetest.c, examples/msg-send.c,
11 examples/url-parse.c, comsat/comsat.c, comsat/comsat.h, from/from.c,
12 guimb/collect.c, guimb/guimb.h:
13 Replaced strerror() with mu_errstring().
14 * include/mailutils/errno.h, mailbox/Makefile.am,
15 mailbox/muerrno.c: Added muerrno.c to the build, added locker
16 error numbers.
5 17
6 2002-02-23 Sam Roberts 18 2002-02-23 Sam Roberts
7 19
...@@ -64,7 +76,7 @@ ...@@ -64,7 +76,7 @@
64 76
65 * include/mailutils/Makefile.am: Add errno.h 77 * include/mailutils/Makefile.am: Add errno.h
66 78
67 2002-02-20 20:25 Sam Roberts <sroberts@uniserve.com> 79 2002-02-20 Sam Roberts
68 80
69 * comsat/action.c, comsat/cfg.c, lib/argcv.c, lib/argcv.h, 81 * comsat/action.c, comsat/cfg.c, lib/argcv.c, lib/argcv.h,
70 lib/mu_argp.c, mail/send.c, mail/util.c, mh/mh_argp.c, 82 lib/mu_argp.c, mail/send.c, mail/util.c, mh/mh_argp.c,
......