Commit dfa4154f dfa4154ff253b53c75903c6a25e72c44a5a2f527 by Sergey Poznyakoff

Update

1 parent a828abdc
Showing 1 changed file with 14 additions and 0 deletions
1 2007-06-22 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * configure.ac: Use AM_PROG_CC_C_O and AC_PROG_CXX
4 * include/mailutils/property.h (mu_property_sget_value)
5 (mu_property_aget_value): New functions
6 * mailbox/property.c: Likewise
7 * mailbox/Makefile.am: Merge DEFS and AM_CPPFLAGS
8 * mailbox/mailer.c (mu_mailer_send_message): Set envelope from
9 address depending on the underlying mailer type.
10 * mailbox/smtp.c (smtp_open,smtp_send_message): On invalid
11 arguments, return EINVAL instead of spitting out assertion.
12 (smtp_send_message): Null from address is an error.
13 * mh/sortm.c: Stable sort.
14
1 2007-05-14 Sergey Poznyakoff <gray@gnu.org.ua> 15 2007-05-14 Sergey Poznyakoff <gray@gnu.org.ua>
2 16
3 * README: Fix typos, use LDFLAGS instead of LIBS 17 * README: Fix typos, use LDFLAGS instead of LIBS
......