diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-10 05:48:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-10 05:48:23 +0800 |
commit | ae70268af9521c3ec911b0361e3d943c5acc8a90 (patch) | |
tree | eb8be7e68be0f73325cf79cf9d913e6909e2bb95 /mail/ChangeLog | |
parent | f39b89c39acf31ea4bdbd0a5bb74f2274434a45b (diff) | |
download | gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar.gz gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar.bz2 gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar.lz gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar.xz gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.tar.zst gsoc2013-evolution-ae70268af9521c3ec911b0361e3d943c5acc8a90.zip |
Let the system umask determine the permissions of this file.
2001-01-09 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (save_messages_save): Let the system umask determine
the permissions of this file.
svn path=/trunk/; revision=7341
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2056b295b1..28060b4e2d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-01-09 Jeffrey Stedfast <fejj@helixcode.com> + * mail-ops.c (save_messages_save): Let the system umask determine + the permissions of this file. + * mail-config-druid.c (incoming_type_changed): Gray out the appropriate labels too. (auth_type_changed): And here. |