From cd0daad88d1624b136a5654068e7d782f756dd3c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 25 Oct 2002 01:26:37 +0000 Subject: Use the mode 0666 when creating a new file and let the user's umask handle 2002-10-24 Jeffrey Stedfast * 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 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * subscribe-dialog.c (fe_got_children): Use a hashtable to only -- cgit v1.2.3