Commit 308f7c21 308f7c21e48c1b2e6ec9d87182a049b8bca7cf30 by Sergey Poznyakoff

Update

1 parent b37adcc3
Showing 1 changed file with 17 additions and 0 deletions
2007-06-24 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Update
* examples/addr.c, examples/mta.c, frm/common.c, imap4d/fetch.c,
libmu_scm/mu_message.c, mail/alias.c, mail/alt.c, mail/from.c,
mail/mail.h, mail/reply.c, mail/send.c, mail/util.c,
mailbox/attachment.c, mailbox/mutil.c, mailbox/sendmail.c,
mailbox/smtp.c, mh/mh.h, mh/mh_format.c, mh/mh_format.h,
mh/mh_init.c: Use mu_address_sget functions, where possible.
* include/mailutils/address.h (mu_address_set_local_part)
(mu_address_set_domain,mu_address_set_route)
(mu_address_set_email,mu_address_sget_comments)
(mu_address_sget_local_part,mu_address_sget_personal)
(mu_address_sget_domain,mu_address_sget_route)
(mu_address_sget_email): New functions
* mailbox/address.c: LIkewise
2007-06-22 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: Use AM_PROG_CC_C_O and AC_PROG_CXX
......