diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-17 07:21:28 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-17 07:21:28 +0800 |
commit | 9180a6949fa42011efde8d80bc155b8f6c985069 (patch) | |
tree | fbe665b6a60048f8bda82d4fd35a065bd38dd29b /mail/ChangeLog | |
parent | 5454c35a4261b7d4976527bd107351f7246468fd (diff) | |
download | gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar.gz gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar.bz2 gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar.lz gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar.xz gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.tar.zst gsoc2013-evolution-9180a6949fa42011efde8d80bc155b8f6c985069.zip |
If the user hits "No", then don't destroy the filesel window.
2001-01-16 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (save_msg_ok): If the user hits "No", then
don't destroy the filesel window.
* mail-ops.c (save_messages_save): Open with mode 0666 as danw
suggests.
svn path=/trunk/; revision=7553
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bedc49a42d..1d5c1dab71 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2001-01-16 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (save_msg_ok): If the user hits "No", then + don't destroy the filesel window. + + * mail-ops.c (save_messages_save): Open with mode 0666 as danw + suggests. + 2001-01-16 Chris Toshok <toshok@helixcode.com> * component-factory.c (owner_set_cb): only load the news storage |