aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-28 00:50:37 +0800
committerDan Winship <danw@src.gnome.org>2000-12-28 00:50:37 +0800
commit8422b87e2dbe202b3630fd8e547cd8c72c2edf9d (patch)
tree22d999156caef8c2337e3cb6115be643acc8f0cc /mail/ChangeLog
parent7389045ccc98be99f19c36c2f2c446ab69d04895 (diff)
downloadgsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar.gz
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar.bz2
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar.lz
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar.xz
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.tar.zst
gsoc2013-evolution-8422b87e2dbe202b3630fd8e547cd8c72c2edf9d.zip
({setup,do,cleanup}_subscribe_folder): Update previous fix: Jeff
had changed it to use ->full_name instead of ->name because that's what camel_store_subscribe_folder needed. So we need to have *both* names available, one for Camel, one for the shell. svn path=/trunk/; revision=7181
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6e5327b817..1a190ceaf9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,10 @@
* subscribe-dialog.c (setup_subscribe_folder): Use info->name, not
input->full_name. Fixes #1029 in bugzilla.helixcode.com.
+ ({setup,do,cleanup}_subscribe_folder): Update previous fix: Jeff
+ had changed it to use ->full_name instead of ->name because that's
+ what camel_store_subscribe_folder needed. So we need to have
+ *both* names available, one for Camel, one for the shell.
2000-12-24 Christopher James Lahey <clahey@helixcode.com>