aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-29 03:52:36 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-29 03:52:36 +0800
commit1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a (patch)
tree80682be5e4234db8fa87ffaffea8577a087a3929 /mail/ChangeLog
parentfcc55e12d5181ff964cad8e69427810eb07f7f3c (diff)
downloadgsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar.gz
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar.bz2
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar.lz
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar.xz
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.tar.zst
gsoc2013-evolution-1d9490ba9db40533d9c1206f2205c0d6bc1f8f5a.zip
Don't bother trying to save the passwd if the url is NULL.
2001-06-28 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_write_on_exit): Don't bother trying to save the passwd if the url is NULL. * folder-browser.c (vfolder_mlist): Strip the mlist name to fix bug #3732. svn path=/trunk/; revision=10571
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8707d82ff7..356ca1fd78 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-06-28 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-config.c (mail_config_write_on_exit): Don't bother trying
+ to save the passwd if the url is NULL.
+
+ * folder-browser.c (vfolder_mlist): Strip the mlist name to fix
+ bug #3732.
+
* component-factory.c (destination_folder_handle_drop): Since we
have an exception variable, we might as well use it when getting
folders too.