- 04 Nov, 2002 6 commits
-
-
- 03 Nov, 2002 16 commits
-
-
-
-
-
-
-
-
implicitly rely on the possibility to seek on stdin streams. To provide this functionality: (struct _file_stram): Added cache member. It is a memory stream used to provide seeking capability for stdio streams. (_file_destroy): Destroy cache if necessary. (_stdin_file_read,_stdin_file_readline,_stdout_file_write): New functions. Provide IO operations for stdio streams. (stdio_stream_create): Register new IO functions.
Sergey Poznyakoff authored -
(smtp_address_add): New function. A wrapper around address_union. (_smtp_set_rcpt): Rewritten based on address_union call.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
-
- 01 Nov, 2002 6 commits
-
-
* mh/Makefile.am: Use MHPROGRAMS and MHLIBRARIES instead of MH_PROGRAMS and MH_LIBRARIES so that automake doesn't complain. * mail.remote/Makefile.am: Use SMTPPROGRAMS instead of SMTP_PROGRAMS so that automake doesn't complain. * configure.ac: Adjust for above changes. * mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS. * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment. * Makefile.am: Require version 1.7.1, add std-options to AUTOMAKE_OPTIONS * configure.in: Require version 2.54. Update quoting. Change AC_ARG_WITH and AC_ARG_ENABLE to use AC_HELP_STRING * m4/enable.m4: Change AC_ARG_ENABLE to use AC_HELP_STRING * lib/Makefile.am: Remove ansi2knr * lib/ansi2knr.c: Remove * lib/ansi2knr.1: Remove
Jeff Bailey authored -
-
-
-
-
- 30 Oct, 2002 1 commit
-
-
* mh/Makefile.am: Use AM_YFLAGS instead of YFLAGS * libmu_scm/Makefile.am: Use AM_CPPFLAGS instead of CPPFLAGS * autogen.sh: Redo using 'autoreconf'. This is now the right tool to use for generating the build environment.
Jeff Bailey authored
-
- 29 Oct, 2002 11 commits
-
-
-
-
-
-
-
-
-
-
--disable-mh, --disable-smtp and --disable-sendmail allow to disable corresponding protocols.
Sergey Poznyakoff authored -