Commit 08c580a5 08c580a5402877022a4115c96e7719d62366f65b by Sergey Poznyakoff

Update

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