Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
08c580a5
...
08c580a5402877022a4115c96e7719d62366f65b
authored
2006-01-20 13:25:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
52162f79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
08c580a
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.
...
...
NEWS
View file @
08c580a
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:
...
...
Please
register
or
sign in
to post a comment