Commit 18363a90 18363a906b487a3fbc585a95f9dd2a86f0af589e by Sergey Poznyakoff

Updated

1 parent f59b403a
Showing 1 changed file with 22 additions and 0 deletions
1 2002-08-15 Sergey Poznyakoff
2
3 * configure.ac: If -lcrypt is present, add it to LIBS
4 not to AUTHLIBS.
5 * auth/system.c: Moved to ...
6 * mailbox/system.c: ... here.
7 * auth/Makefile.am: Moved system.c to
8 * mailbox/Makefile.am: ... here.
9
10 * mailbox/mu_auth.c: Provide "generic:system" as
11 default.
12
13 * mailbox/sendmail.c (sendmail_send_message): Bugfix. In spite
14 of what the comment said, -t option is not implicit and must
15 be specified.
16
17 * mail/from.c: Bugfix: display even messages without Subject: or
18 From: headers.
19 * mail/reply.c: Fixed improper use of header_aget_value().
20 * mail/util.c (util_do_command): For compatibility with older
21 mails treat a number alone on the line as "print NUMBER".
22
1 2002-08-14 Sergey Poznyakoff 23 2002-08-14 Sergey Poznyakoff
2 24
3 * auth/virtual.c: Removed vestiges of mu_virtual_domain. 25 * auth/virtual.c: Removed vestiges of mu_virtual_domain.
......