From aaa19dc93631394043152804b9caf1d4ffd5fd84 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 21 Jan 2004 06:20:47 +0000 Subject: use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't set 2004-01-21 Not Zed * em-migrate.c (cp_r): use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't set anyway. (cp): use simple 0666 for the mode open, and then chmod after. (cp): check the return code of close, not just fsync. (cp): dont use fd[0] and fd[1] when we really just want simple variables, rename to readfd and writefd. svn path=/trunk/; revision=24347 --- mail/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index d7b8a34fba..d4b869f5e5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-01-21 Not Zed + * em-migrate.c (cp_r): use camel_mkdir(0777) rather than 0777 & + st.st_mode which isn't set anyway. + (cp): use simple 0666 for the mode open, and then chmod after. + (cp): check the return code of close, not just fsync. + (cp): dont use fd[0] and fd[1] when we really just want simple + variables, rename to readfd and writefd. + ** See bug #53159. * em-format.c (emf_message_rfc822): removed incorrect comment, -- cgit v1.2.3