Commit 566a9129 566a9129a70a234eb83e12910b724c7821f42d96 by Sergey Poznyakoff

Update

1 parent 450c78b7
Showing 1 changed file with 20 additions and 0 deletions
1 2006-04-26 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * Makefile.am (SUBDIRS): Remove intl
4 * configure.ac: Require external gettext
5 Always define GNULIB_ARGP_EXTERN_BASENAME
6 * config/Makefile.am (AM_CPPFLAGS): Removed
7 * mailbox/Makefile.am: Likewise
8 * movemail/Makefile.am: Likewise
9 * include/mailutils/address.h (mu_address_set_personal)
10 (mu_address_set_comments): New functions
11 * mailbox/address.c: Likewise
12 * mailbox/sendmail.c: Add extra debug info
13 * mh/mh.h: Include <argp-namefrob.h>
14 * mh/mh_getopt.c: Likewise
15 * mh/mh_alias.y (mh_alias_get_internal): Set `inclusive'
16 only if the alias matches
17 (mh_alias_get_address): Initialize incl
18 Use mu_address_set_personal to handle alias inclusion
19 * mh/mh_whom.c (mh_alias_expand): Initialize incl
20
1 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua> 21 2006-04-22 Sergey Poznyakoff <gray@gnu.org.ua>
2 22
3 * NEWS, README: Updated 23 * NEWS, README: Updated
......