From 5b887fe6dc36d6ec21c8d86af60d29b7cbbbc871 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sun, 28 May 2000 06:18:11 +0000 Subject: vfolder gui! So you can define them,k they show up in the list (well, after a restart), but they always come up empty - doesn't search any folders yet. 2000-05-27 Not Zed * Makefile.am (SHELL_OBJS): Include mail storage so we can initialise folders. * component-factory.c (create_test_storage): Parses vfolder defintions and adds them to the storage. Definetly needs more work. * folder-browser-factory.c (control_activate): Add the VFolder druid menu item. (control_deactivate): And remove it. * mail-ops.c (vfolder_editor_clicked): For editing vfolder definitions (rather like filters, oddly enough :). Tries to update the shell but it doesn't seem to work properly - requires a mail component restart to take effect. * folder-browser.c (folder_browser_load_folder): Handle vfolder: urls' appropriately and map to camel. Still needs a way to tell the vfolder what folders to search! (all vfolders come up empty!). svn path=/trunk/; revision=3241 --- mail/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail.h') diff --git a/mail/mail.h b/mail/mail.h index a7c1a9f3aa..cfbe74b801 100644 --- a/mail/mail.h +++ b/mail/mail.h @@ -55,6 +55,7 @@ void delete_msg (GtkWidget *button, gpointer user_data); void expunge_folder (GtkWidget *button, gpointer user_data); void filter_edit (GtkWidget *button, gpointer user_data); +void vfolder_edit (GtkWidget *button, gpointer user_data); /* session */ void session_init (void); -- cgit