Commit 6ace2b21 6ace2b210c301d80c4fc4eada111ad92fd2d1f3e by Sergey Poznyakoff

Update

1 parent a5326ec7
Showing 1 changed file with 24 additions and 1 deletions
1 2007-02-27 Sergey Poznyakoff <gray@gnu.org.ua> 1 2007-02-27 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * Makefile.am: Add libmu_cpp
4 * NEWS, README: Update
5 * configure.ac: Add `--enable-experimental' option
6 Rewrite DBM handling
7 Withdraw old DBM support
8 * auth/sql.c: Actually set quota if it is available
9 * include/mailutils/mu_auth.h (struct mu_auth_data): New field
10 `flags'.
11 (mu_auth_data_set_quota): New function
12 * lib/mu_dbm.h, lib/mu_dbm.c: Withdraw old DBM support. Fix style
13 issues.
14 * mail.local/mail.local.h (check_quota): Change signature
15 * mail.local/mailquota.c: Get quota value from mu_auth_data, if
16 available.
17 * mail.local/main.c (check_quota): Change signature
18 * mailbox/mu_auth.c (mu_auth_data_alloc): Fill auth object with
19 zeroes.
20 (mu_auth_data_set_quota): New function
21 * pop3d/apop.c: Remove unused variables
22 * pop3d/bulletin.c (deliver_pending_bulletins): Return
23 immediately, if unable to count messages in the bulletin box
24 * pop3d/popauth.c (action_list): Do not check db permissions.
25
3 * pop3d/bulletin.c (read_bulletin_db,write_bulletin_db): Fix 26 * pop3d/bulletin.c (read_bulletin_db,write_bulletin_db): Fix
4 permissions. 27 permissions.
5 (open_bulletin_mailbox): Open the mailbox in read-only mode 28 (open_bulletin_mailbox): Open the mailbox in read-only mode
...@@ -11,7 +34,7 @@ ...@@ -11,7 +34,7 @@
11 * pop3d/expire.c, pop3d/top.c: A message is marked for expiration 34 * pop3d/expire.c, pop3d/top.c: A message is marked for expiration
12 after RETR or TOP. 35 after RETR or TOP.
13 * pop3d/logindelay.c (check_login_delay): Fix error message 36 * pop3d/logindelay.c (check_login_delay): Fix error message
14 * pop3d/pop3d.c (pop3d_parse_opt) --expire=0 implies 37 * pop3d/pop3d.c (pop3d_parse_opt): --expire=0 implies
15 --delete-expired. 38 --delete-expired.
16 39
17 * doc/texinfo/programs.texi: Document new pop3d options 40 * doc/texinfo/programs.texi: Document new pop3d options
......