Split sendmail into common and sendmail-specific portions.
authorMichael Poole <mdpoole@troilus.org>
Thu, 8 Mar 2007 00:52:57 +0000 (19:52 -0500)
committerMichael Poole <mdpoole@troilus.org>
Thu, 8 Mar 2007 00:52:57 +0000 (19:52 -0500)
commit0337f0404b04012117633b4795508b06ab91ca87
tree8a79da26d00a4d634d3f3f7c8b35a37819baf10f
parent76048d12b6fca141098aa7e6bac48c32bbf16655
Split sendmail into common and sendmail-specific portions.

This is in preparation for an SMTP alternative to the current code.
12 files changed:
configure.in
src/Makefile.am
src/mail-common.c [new file with mode: 0644]
src/mail-sendmail.c [new file with mode: 0644]
src/mail.h [new file with mode: 0644]
src/mail.help [new file with mode: 0644]
src/main-win32.c
src/main.c
src/nickserv.c
src/sendmail.c [deleted file]
src/sendmail.h [deleted file]
src/sendmail.help [deleted file]