Updated
Showing
2 changed files
with
6 additions
and
1 deletions
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 | ... | ... |
-
Please register or sign in to post a comment