summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2002-11-05(yylex): allow for '-' in field names. Notice,Sergey Poznyakoff1
that when the dash is used to mean 'range' and the first message in the range is not numeric, there should be whitespace between them.
2002-11-05Use mail_from0 to avoid spurious diagnostics about deleted messages.Sergey Poznyakoff1
2002-11-05(mail_from0): New function shared between from.c and headers.cSergey Poznyakoff1
2002-11-05(var_quote): Output prefix sequence before each line of multiline headers.Sergey Poznyakoff1
2002-11-05Add In-Reply-To and References headers to the outgoing message.Sergey Poznyakoff1
2002-11-04Added httpSergey Poznyakoff1
2002-11-04UpdatedSergey Poznyakoff1
2002-11-04Added SUBDIRS.Sergey Poznyakoff1
2002-11-04Broke long lines.Sergey Poznyakoff1
2002-11-04Invoke mu_init with -noflags.Sergey Poznyakoff1
2002-11-04Use ENABLE_VIRTUAL_DOMAINSSergey Poznyakoff4
2002-11-04Added to the repositorySergey Poznyakoff7
2002-11-04(switch_user_id): Changed prototype to honour mu_auth_data->change_uid member.Sergey Poznyakoff3
2002-11-04(mailer_test): New procedure for testing mailersSergey Poznyakoff1
2002-11-04Added config to test_dirs.Sergey Poznyakoff2
2002-11-04(main): Improved check for debugging mode.Sergey Poznyakoff2
2002-11-04Removed include <sys/select.h>Sergey Poznyakoff1
2002-11-04correct the prototype of message_is_multipart() (patch by Olivier Bornet)Sergey Poznyakoff1
2002-11-04Documented new --disable options.Sergey Poznyakoff1
2002-11-04Use MU_ENABLE_SUPPORT for virtual-domains.Sergey Poznyakoff1
2002-11-04Translate dot to underscore in variable names.Sergey Poznyakoff1
2002-11-04(print_string): Pad right if necessary.Sergey Poznyakoff1
2002-11-04(mu_auth_virt_domain_by_name): Bugfix. Didn't allocate enough storage for ↵Sergey Poznyakoff1
mailbox_name.
2002-11-04UpdatedSergey Poznyakoff1
2002-11-04(sizetag production): added missing semicolon, required by modern yaccs.Sergey Poznyakoff1
2002-11-04(cond production): added missing semicolon, required by modern yaccs.Sergey Poznyakoff1
2002-11-04include <unistd.h> (for ssize_t)Sergey Poznyakoff1
2002-11-04include <mailutils/argp.h>Sergey Poznyakoff1
2002-11-03UpdatedSergey Poznyakoff1
2002-11-03Added to repositorySergey Poznyakoff1
2002-11-03Added mtaSergey Poznyakoff2
2002-11-03Minor fixesSergey Poznyakoff1
2002-11-03Added testsuite for mail.remoteSergey Poznyakoff1
2002-11-03Renamed some variables to avoid name clashes.Sergey Poznyakoff1
2002-11-03Some applications (e.g. mail.remote)Sergey Poznyakoff1
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.
2002-11-03Fixed indentation.Sergey Poznyakoff1
(smtp_address_add): New function. A wrapper around address_union. (_smtp_set_rcpt): Rewritten based on address_union call.
2002-11-03Fixed indentation.Sergey Poznyakoff1
2002-11-03Framework for testing mail.remoteSergey Poznyakoff6
2002-11-03Added testsuiteSergey Poznyakoff1
2002-11-03Add top_builddir to site.expSergey Poznyakoff1
2002-11-03Added send.expSergey Poznyakoff1
2002-11-03Test mail and reply commands.Sergey Poznyakoff1
2002-11-03Added indentprefix.Sergey Poznyakoff1
2002-11-03A "fake" MTA for testing "mail" and "mail.remote"Sergey Poznyakoff1
2002-11-012002-11-01 Jeff Bailey <jbailey@gnu.org>Jeff Bailey9
* 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
2002-11-01Slight improvement to the conditional buildingSergey Poznyakoff1
2002-11-01Build the targets conditionallySergey Poznyakoff2
2002-11-01Substitute MH_PROGRAMS, MH_LIBRARIES and SMTP_PROGRAMS variables.Sergey Poznyakoff1
2002-11-01Restored to pre-2002-10-29 state: Makefile.am in the subdirectories build ↵Sergey Poznyakoff1
their targets conditionally
2002-11-01Fixed action-if-falseSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.