aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-25 09:26:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-25 09:26:37 +0800
commitcd0daad88d1624b136a5654068e7d782f756dd3c (patch)
tree4c68915452f9dd92f20e68f0345f77ad5995fc2f /mail/ChangeLog
parent96a2f2dd498e889cec35d326b8e35b5ddaa25550 (diff)
downloadgsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar.gz
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar.bz2
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar.lz
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar.xz
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.tar.zst
gsoc2013-evolution-cd0daad88d1624b136a5654068e7d782f756dd3c.zip
Use the mode 0666 when creating a new file and let the user's umask handle
2002-10-24 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c (write_data_to_file): Use the mode 0666 when creating a new file and let the user's umask handle permissions. * folder-browser.c (message_list_drag_data_get): When using open() with the O_CREAT flag, we need to pass a mode argument. Also use O_EXCL. svn path=/trunk/; revision=18430
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 9511ffcf3c..4e8ed653f8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2002-10-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-display.c (write_data_to_file): Use the mode 0666 when
+ creating a new file and let the user's umask handle permissions.
+
+ * folder-browser.c (message_list_drag_data_get): When using open()
+ with the O_CREAT flag, we need to pass a mode argument. Also use
+ O_EXCL.
+
2002-10-24 Not Zed <NotZed@Ximian.com>
* subscribe-dialog.c (fe_got_children): Use a hashtable to only