Commit 222d23ec 222d23ec79a0e0062e219e57ff249a64f83bab30 by Sergey Poznyakoff

Updated

1 parent 0ef719d9
Showing 1 changed file with 26 additions and 0 deletions
1 2002-02-22 Sergey Poznyakoff
2
3 * lib/argcv.c (argcv_get): Bugfix, *argc must be initialized to 1.
4 * lib/mu_argp.c (mu_common_argp_parser): Handle ARGP_KEY_FINI
5 case.
6 (mu_argp_error_code): new global. Specifies exit code for
7 exits on error.
8 * lib/mu_argp.h: extern declaration for mu_argp_error_code.
9 * comsat/comsat.c: Removed call to mu_normalize_maildir.
10 * imap4d/imap4d.c: Likewise.
11 * mail.local/main.c: Likewise.
12 * pop3d/pop3d.c: Likewise.
13
14 * imap4d/status.c: Syntax cleanup.
15
16 * mail/mail.h: include mu_argp.h
17 * mail/mail.c (main): Handle mailutils-common arguments.
18 * frm/frm.c: Likewise.
19 * guimb/main.c: Likewise.
20 * messages/messages.c: Likewise.
21
22 * frm/Makefile.am: Added ARGP stuff.
23 * guimb/Makefile.am: LIkewise.
24 * imap4d/Makefile.am: Restored imap4d_DEPENDENCIES. Without it
25 @AUTHOBJS@ do not get into dependencies.
26
1 2002-02-21 Jeff Bailey <jbailey@outpost.dnsalias.org> 27 2002-02-21 Jeff Bailey <jbailey@outpost.dnsalias.org>
2 28
3 * sieve/Makefile.am: Link @ARGPLIBS@ before libmailutils.la to 29 * sieve/Makefile.am: Link @ARGPLIBS@ before libmailutils.la to
......