aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-11-02 09:20:43 +0800
committerChris Toshok <toshok@src.gnome.org>2000-11-02 09:20:43 +0800
commit0109894d2af29f15456e27a4b570a1f46c56cd09 (patch)
treeada580f5e1cd11123a33014f267f204a4065751c /mail/ChangeLog
parent4f3a4c8234238faaac1dea1ae68cae4d5dca3a5c (diff)
downloadgsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar.gz
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar.bz2
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar.lz
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar.xz
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.tar.zst
gsoc2013-evolution-0109894d2af29f15456e27a4b570a1f46c56cd09.zip
add fields search_entry and search_top.
2000-11-01 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.h: add fields search_entry and search_top. * subscribe-dialog.c: add mail-ops.c style async operations for getting the store (to remove deadlock in the case where a auth dialog is dismissed at startup and then the subscribe dialog is brought up), and subscribing/unsubscribing to folders. One case remains, that is getting the list of all folders. (subscribe_search): flesh out this function (build_tree): use the search_top field so we can search for groups/folders. (subscribe_dialog_destroy): free search_top. (subscribe_dialog_construct): init search_top. svn path=/trunk/; revision=6331
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 276e1e2462..e5c98f2368 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+2000-11-01 Chris Toshok <toshok@helixcode.com>
+
+ * subscribe-dialog.h: add fields search_entry and search_top.
+
+ * subscribe-dialog.c: add mail-ops.c style async operations for
+ getting the store (to remove deadlock in the case where a auth
+ dialog is dismissed at startup and then the subscribe dialog is
+ brought up), and subscribing/unsubscribing to folders. One case
+ remains, that is getting the list of all folders.
+ (subscribe_search): flesh out this function
+ (build_tree): use the search_top field so we can search for
+ groups/folders.
+ (subscribe_dialog_destroy): free search_top.
+ (subscribe_dialog_construct): init search_top.
+
2000-10-30 Iain Holmes <iain@helixcode.com>
* mail-summary.c (generate_folder_summaries): Fix spelling :)