Commit 92157482 92157482a1ae3ef06ed711510501b2f3db8db5e0 by Sergey Poznyakoff

Updated

1 parent f832be34
1 2005-10-31 Sergey Poznyakoff <gray@gnu.org.ua> 1 2005-10-31 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * Makefile.am (release): Rename to alpha
4 (alphacheck): New rule
5 * configure.ac: Always define program_name to
6 program_invocation_name
7
3 * libsieve/actions.c (build_mime): Split into three smaller 8 * libsieve/actions.c (build_mime): Split into three smaller
4 functions, each for its own task. 9 functions, each for its own task.
5 Add Content-Type,Content-Transfer-Encoding headers to the 10 Add Content-Type,Content-Transfer-Encoding headers to the
......
...@@ -25,6 +25,6 @@ set mailer "sendmail:$top_builddir/examples/mta" ...@@ -25,6 +25,6 @@ set mailer "sendmail:$top_builddir/examples/mta"
25 25
26 sieve_driver_test "Reject" "$mailer" "$mtafile" 26 sieve_driver_test "Reject" "$mailer" "$mtafile"
27 27
28 # End of redirect.exp 28 # End of reject.exp
29 29
30 30
......