Updated
Showing
1 changed file
with
44 additions
and
0 deletions
1 | 2003-03-29 Sergey Poznyakoff | ||
2 | |||
3 | Minor changes to avoid duplicating some symbols (namely | ||
4 | argp_program_version and argp_program_bug_address). This | ||
5 | allows the package to build on MacOS. | ||
6 | |||
7 | * include/mailutils/argp.h (mu_argp_init): New function. | ||
8 | * mailbox/mu_argp.c: Likewise. | ||
9 | |||
10 | * comsat/comsat.c (main): Use mu_argp_init. | ||
11 | * frm/frm.c: Likewise. | ||
12 | * from/from.c: Likewise. | ||
13 | * guimb/main.c: Likewise. | ||
14 | * imap4d/imap4d.c: Likewise. | ||
15 | * mail/mail.c: Likewise. | ||
16 | * mail.local/main.c: Likewise. | ||
17 | * mail.remote/mail.remote.c: Likewise. | ||
18 | * mailbox/mailutils-config.c: Likewise. | ||
19 | * messages/messages.c: Likewise. | ||
20 | * mh/anno.c: Likewise. | ||
21 | * mh/comp.c: Likewise. | ||
22 | * mh/fmtcheck.c: Likewise. | ||
23 | * mh/folder.c: Likewise. | ||
24 | * mh/forw.c: Likewise. | ||
25 | * mh/inc.c: Likewise. | ||
26 | * mh/install-mh.c: Likewise. | ||
27 | * mh/mark.c: Likewise. | ||
28 | * mh/mhl.c: Likewise. | ||
29 | * mh/mhn.c: Likewise. | ||
30 | * pop3d/pop3d.c: Likewise. | ||
31 | * pop3d/popauth.c: Likewise. | ||
32 | * readmsg/readmsg.c: Likewise. | ||
33 | * sieve/sieve.c: Likewise. | ||
34 | * dotlock/dotlock.c: Likewise. | ||
35 | |||
36 | * mail.local/mail.local.h: include <sys/types.h> (necessary for | ||
37 | Darwin). | ||
38 | * mail/mail.h (struct message_set): Changed type fo msg_part to | ||
39 | size_t. | ||
40 | * libsieve/comparator.c (i_ascii_casemap_contains): Fixed | ||
41 | obsolete label usage. | ||
42 | |||
43 | * THANKS: Added Timothy Carpenter | ||
44 | |||
1 | 2003-03-27 Sergey Poznyakoff | 45 | 2003-03-27 Sergey Poznyakoff |
2 | 46 | ||
3 | * mailbox/filter_trans.c (_hexdigits): Must be zero-terminated, | 47 | * mailbox/filter_trans.c (_hexdigits): Must be zero-terminated, | ... | ... |
-
Please register or sign in to post a comment