aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-27 04:22:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-27 04:22:45 +0800
commitec11be672d8aafd5ca54bd021b7f662b86aca331 (patch)
tree482da7eb0324c6f6e6696658341a05e264876051 /my-evolution/ChangeLog
parent97cc462bb3d8d2094a989723fb02cfd54901b207 (diff)
downloadgsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar.gz
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar.bz2
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar.lz
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar.xz
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.tar.zst
gsoc2013-evolution-ec11be672d8aafd5ca54bd021b7f662b86aca331.zip
Add member physical_uri to ESummaryMailFolder.
Removed member name. Renamed FolderStore.folders to FolderStore.path_to_folder and added FolderStore.physical_uri_to_folder. (new_folder_cb): Set physical_uri member. (update_folder_cb): Likewise. (new_folder_cb): Pass physical_uri to e_summary_mail_idle_get_info(). Also g_strdup() it since that's what it expects. (remove_folder_cb): Free physical_uri. (mail_change_notify): Compare against folder->physical_uri, not ->path. (e_summary_mail_reconfigure): Pass folder->physical_uri to e_summary_mail_get_info, not ->path. (e_summary_mail_uri_to_name): Removed. (e_summary_folder_init_folder_store): Initialize path_to_folder and physical_uri_to_folder. (new_folder_cb): Add the folder to the physical_uri_to_folder hash too. (mail_change_notify): Use physical_uri_to_folder to figure out the folder from the uri. (e_summary_mail_reconfigure): Here as well. svn path=/trunk/; revision=18239
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r--my-evolution/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 08f7581223..03b4907149 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,5 +1,37 @@
2002-09-26 Ettore Perazzoli <ettore@ximian.com>
+ [#28903]
+
+ * e-summary-mail.c: Add member physical_uri to ESummaryMailFolder.
+ Removed member name. Renamed FolderStore.folders to
+ FolderStore.path_to_folder and added
+ FolderStore.physical_uri_to_folder.
+ (new_folder_cb): Set physical_uri member.
+ (update_folder_cb): Likewise.
+ (new_folder_cb): Pass physical_uri to
+ e_summary_mail_idle_get_info(). Also g_strdup() it since that's
+ what it expects.
+ (remove_folder_cb): Free physical_uri.
+ (mail_change_notify): Compare against folder->physical_uri, not
+ ->path.
+ (e_summary_mail_reconfigure): Pass folder->physical_uri to
+ e_summary_mail_get_info, not ->path.
+ (e_summary_mail_uri_to_name): Removed.
+ (e_summary_folder_init_folder_store): Initialize path_to_folder
+ and physical_uri_to_folder.
+ (new_folder_cb): Add the folder to the physical_uri_to_folder hash
+ too.
+ (mail_change_notify): Use physical_uri_to_folder to figure out the
+ folder from the uri.
+ (e_summary_mail_reconfigure): Here as well.
+
+2002-09-26 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-summary-preferences.c (vector_from_folder_list): Remove
+ debugging message.
+
+2002-09-26 Ettore Perazzoli <ettore@ximian.com>
+
* e-summary-preferences.c (folder_list_from_vector): Do some
sanity checking so we don't crash miserably as in #28481.