Commit 9c7d5581 9c7d5581aabb55aa75b964bf06af1b82372338e7 by Wojciech Polak

Updated

1 parent 23b38a51
Showing 1 changed file with 17 additions and 0 deletions
1 2007-07-17 Wojciech Polak <polak@gnu.org>
2
3 * libproto/mailer: New directory. Keeps libmu-mailer.la.
4 * libproto/mailer/Makefile.am: New file.
5 * libproto/mailer/sendmail.c: Moved from mailbox/sendmail.c.
6 * libproto/mailer/smtp.c: Moved from mailbox/smtp.c.
7 * libproto/Makefile.am (SUBDIR): Added mailer.
8 * examples/Makefile.am, guimb/Makefile.am, libmu_scm/Makefile.am,
9 mail/Makefile.am, mail.remote/Makefile.am, mh/Makefile.am,
10 sieve/Makefile.am: Added ${MU_LIB_MAILER}.
11 * mailbox/sendmail.c: Moved to libproto/mailer/sendmail.c.
12 * mailbox/smtp.c: Moved to libproto/mailer/smtp.c.
13 * mailbox/mutil.c (mu_tls_begin): Removed placeholder.
14 * mailbox/Makefile.am (libmailutils_la_SOURCES):
15 Removed sendmail.c and smtp.c.
16 * configure.ac: Added MU_LIB_MAILER.
17
1 2007-07-16 Sergey Poznyakoff <gray@gnu.org.ua> 18 2007-07-16 Sergey Poznyakoff <gray@gnu.org.ua>
2 19
3 * mh/mh_ctx.c (mh_context_read): Avoid writing past blurb end. 20 * mh/mh_ctx.c (mh_context_read): Avoid writing past blurb end.
......