diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-21 14:20:47 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-21 14:20:47 +0800 |
commit | aaa19dc93631394043152804b9caf1d4ffd5fd84 (patch) | |
tree | bf9fff9fa87ff6345ec71f89d9f5d90f12361fc8 /mail/ChangeLog | |
parent | d2fdb0f30c4567f389ce6509c7f0410d443a64f6 (diff) | |
download | gsoc2013-evolution-aaa19dc93631394043152804b9caf1d4ffd5fd84.tar.gz gsoc2013-evolution-aaa19dc93631394043152804b9caf1d4ffd5fd84.tar.zst gsoc2013-evolution-aaa19dc93631394043152804b9caf1d4ffd5fd84.zip |
use camel_mkdir(0777) rather than 0777 & st.st_mode which isn't set
2004-01-21 Not Zed <NotZed@Ximian.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <NotZed@Ximian.com> + * 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, |