Commit 08c580a5 08c580a5402877022a4115c96e7719d62366f65b by Sergey Poznyakoff

Update

1 parent 52162f79
1 2006-01-20 Sergey Poznyakoff <gray@gnu.org.ua> 1 2006-01-20 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 Fix bug reported by Ronan KERYELL <Ronan.Keryell@enstb.org>
4 (Debian Bug#344420):
5
6 * mailbox/file_stream.c (_file_write): Return ENOSPC if fwrite
7 returns 0.
8 * mailbox/mbox/mbox.c (mbox_append_message0): Preserve return
9 status from mu_stream_write, if it is not 0.
10 * movemail/movemail.c (main): Exit on first detected IO
11 error. Make sure the source mailbox is not modified if not all
12 messages were moved successfully.
13
14 * THANKS: Add Ronan KERYELL
15
16 Support automatic home directory creation in imap4d
17
3 * imap4d/authenticate.c (imap4d_authenticate): Call 18 * imap4d/authenticate.c (imap4d_authenticate): Call
4 imap4d_check_home_dir before switching to user's privileges. Bail 19 imap4d_check_home_dir before switching to user's privileges. Bail
5 out if it returns with an error. 20 out if it returns with an error.
......
1 GNU mailutils NEWS -- history of user-visible changes. 2006-01-16 1 GNU mailutils NEWS -- history of user-visible changes. 2006-01-20
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3 See the end of file for copying conditions. 3 See the end of file for copying conditions.
4 4
...@@ -35,6 +35,8 @@ directory does not exist, create it. ...@@ -35,6 +35,8 @@ directory does not exist, create it.
35 ** mail: Fix handling of conditional expressions 35 ** mail: Fix handling of conditional expressions
36 ** mail: When several recipients were specified, no alias expansion took 36 ** mail: When several recipients were specified, no alias expansion took
37 place. 37 place.
38 ** movemail: did not preserve input mailbox if an I/O error happened on the
39 output one. Debian Bug#344420.
38 40
39 41
40 Version 0.6.91: 42 Version 0.6.91:
......