From 0109894d2af29f15456e27a4b570a1f46c56cd09 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 2 Nov 2000 01:20:43 +0000 Subject: add fields search_entry and search_top. 2000-11-01 Chris Toshok * 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 --- mail/subscribe-dialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/subscribe-dialog.h') diff --git a/mail/subscribe-dialog.h b/mail/subscribe-dialog.h index 4950428d8b..4e1c5a2b49 100644 --- a/mail/subscribe-dialog.h +++ b/mail/subscribe-dialog.h @@ -61,6 +61,9 @@ struct _SubscribeDialog { CamelFolderInfo *folder_info; GList *store_list; + + GtkWidget *search_entry; + char *search_top; }; -- cgit v1.2.3