Commit 1233320d 1233320d47e06455a12c94410c9321d4fd187971 by Sergey Poznyakoff

To avoid dependency problems moved mu_argp.c to mailbox. Changed

license to Lesser GPL.
1 parent bbb99eff
Showing 1 changed file with 28 additions and 0 deletions
1 2002-05-13 Sergey Poznyakoff
2
3 To avoid dependency problems moved mu_argp.c to mailbox. Changed
4 license to Lesser GPL.
5
6 * lib/mu_argp.h: Moved to ...
7 * include/mailutils/mu_argp.h: here.
8 * lib/mu_argp.c: Moved to ...
9 * mailbox/mu_argp.c: here.
10
11 * lib/Makefile.am: Removed mu_argp.* stuff.
12 * mailbox/Makefile.am: Added mu_argp.c
13 * include/mailutils/Makefile.am: Added mu_argp.h
14
15 * comsat/comsat.h: Changed mu_argp.h to mailutils/mu_argp.h
16 * frm/frm.c: Likewise.
17 * from/from.c: Likewise.
18 * guimb/main.c: Likewise.
19 * imap4d/imap4d.h: Likewise.
20 * imap4d/search.c: Likewise.
21 * mail/mail.h: Likewise.
22 * mail.local/mail.local.h: Likewise.
23 * messages/messages.c: Likewise.
24 * pop3d/pop3d.h: Likewise.
25 * sieve/sieve.c: Likewise.
26
27 * lib/utmp.c: Added missing includes.
28
1 2002-05-10 Sam Roberts 29 2002-05-10 Sam Roberts
2 30
3 * mailbox/tcp.c: Not a good day, second typo in a row in 31 * mailbox/tcp.c: Not a good day, second typo in a row in
......