Commit 780ecc97 780ecc972354a7a1187fb07f8f51b98c8f936634 by Sergey Poznyakoff

Updated

1 parent d52f07da
1 2002-12-04 Sergey Poznyakoff
2
3 * TODO: Updated
4 * configure.ac: Add mysql libraries to MYSQLLIBS
5 * mailbox/Makefile.am: New target mailutils-config
6 * mailbox/mailutils-config.c: New file. A utility
7 program that prints compiler and loader flags
8 necessary to build a program using mailutils
9 libraries.
10
1 2002-12-03 Sergey Poznyakoff 11 2002-12-03 Sergey Poznyakoff
2 12
3 * libsieve/actions.c (sieve_action_reject): Fixed diagnostic 13 * libsieve/actions.c (sieve_action_reject): Fixed diagnostic
......
...@@ -132,8 +132,6 @@ IMPORTANT: ...@@ -132,8 +132,6 @@ IMPORTANT:
132 file?) 132 file?)
133 Do we need it? mail.local already provides this functionality. 133 Do we need it? mail.local already provides this functionality.
134 134
135 - Add loadable extention actions/tests/comparators.
136
137 [utilities] 135 [utilities]
138 136
139 - forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost 137 - forward only MTA, nullmailer like, but accepting SMTP on 25 from localhost
......